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);
同様の質問