diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | chromium/background.html | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ -chromium: is the script src=simplyread in background.html necessary? add ctrl-alt-r to chromium extension http://code.google.com/chrome/extensions/events.html make tests for chromium and firefox engines diff --git a/chromium/background.html b/chromium/background.html index 229610d..5343f46 100644 --- a/chromium/background.html +++ b/chromium/background.html @@ -1,4 +1,4 @@ -<html><head><script src="simplyread.js"></script><script> +<html><head><script> chrome.browserAction.onClicked.addListener(function(tab) { chrome.tabs.executeScript(null, {code:"simplyread();"}); }); |