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, "name": "Bullet Points: summarize Web pages with GPT-3", "description": "Extract three key points from every Web page to quickly understand its contents. Reduce the time needed to read news and articles.", "version": "0.9.4", "action": { "default_popup": "popup\/index.html", "default_icon": "icons\/icon_32.png" }, "permissions": [ "activeTab", "identity", "identity.email", "storage", "contextMenus" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "run_at": "document_end", "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "16": "icons\/icon_16.png", "24": "icons\/icon_24.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png" }, "web_accessible_resources": [ { "resources": [ "popup\/index.html", "settings\/index.html" ], "matches": [ "<all_urls>" ] } ], "oauth2": { "client_id": "498448118261-c50kh0b6h7kmmirjuu5kfk73np8mck69.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsJZKvZF5gR\/ClOXApAfflamxAbNYbZE9RVEudNJT9u+kot6cmLgVs1a\/sYznPw4eJgz4Kfk6Kcd4\/x0PaFhXPKrLpBTkmnNU5B99aRDCL8E2hJONhebYZRTdvOkLUkr68u3WpLSKYiziT3NoJzYLZcU0zcppK72N4FtYsXSHAzQDoZotzPITpL+milODNpn74LgUwBb1N0WZO5DSWEwNUz\/7ol8D+kflZI3Cg7hKI+ROSaHBUTvZIpbdBhP1AulbaQnan4bRe9CwK3oI6GvstifJ6LXA4GQuFryklAUyXtoNaLlXNG6KibVlyTi8bvH+VKWd9BsxfCqoeC\/ivOHabQIDAQAB", "minimum_chrome_version": "92", "browser_specific_settings": { "gecko": { "id": "{90726cf8-1031-4adb-8226-945baa675749}", "strict_min_version": "91.1.0" }, "edge": { "browser_action_next_to_addressbar": true } }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }