Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "102", "name": "Read Time Estimator", "description": "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time", "icons": { "16": "\/img\/small_clock.png", "128": "\/img\/document_clock.png" }, "action": { "default_icon": "\/img\/small_clock.png", "default_popup": "\/webpack\/iframe\/index.html#popup" }, "background": { "service_worker": "\/webpack\/scripts\/background.js" }, "permissions": [ "activeTab", "storage", "scripting", "contextMenus" ], "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "extension_ids": [] } ], "version": "3.0.0.2" }