summaryrefslogtreecommitdiff
path: root/chromium/background.html
blob: 229610dd39f90ebf0cd4a31e48f88d64a9472c54 (plain)
1
2
3
4
5
<html><head><script src="simplyread.js"></script><script>
	chrome.browserAction.onClicked.addListener(function(tab) {
		chrome.tabs.executeScript(null, {code:"simplyread();"});
	});
</script></head></html>