Major optimizations. Added a function for extension state. Tooltip is now being change also.
This commit is contained in:
@@ -6,6 +6,7 @@ var backgroundPageConnection = chrome.runtime.connect({
|
||||
name: "devtools-page"
|
||||
});
|
||||
|
||||
// Send a message to background page with the current active tabId
|
||||
backgroundPageConnection.postMessage({
|
||||
name: "init",
|
||||
tabId: chrome.devtools.inspectedWindow.tabId
|
||||
|
||||
Reference in New Issue
Block a user