Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "A program that will serially display selected text word by word.", "name": "Serial Speed Reader", "browser_action": { "default_icon": "icon19.png", "default_title": "Speed Reader", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "read.user.js" ], "matches": [ "<all_urls>" ] } ], "options_page": "options.html", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "activeTab", "<all_urls>" ], "version": "0.0.1.5" }