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.
バックグラウンド スクリプトがデータを収集しています。メインページが表示されているときはいつでもテーブルを更新したい。これは可能ですか?
タブ データにアクセスするには、アクセス許可が必要です。
マニフェスト.json:
{ "name": "My extension", ... "permissions": [ "tabs" ], ... }
onActivatedその後、イベントを使用できます。
onActivated
chrome.tabs.onActivated.addListener(callback)
詳細はこちら: http://developer.chrome.com/extensions/tabs.html