Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为Google Chrome开发一个扩展。我需要每次(安装时)检查这个扩展是否已经安装?. 我正在寻求帮助...
使用此处找到的连接方法:
未经测试的方法
var myPort=chrome.extension.connect('yourextensionid_qwerqweroijwefoijwef', some_object_to_send_on_connect);
类似问题