Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "name": "History On\/Off", "version": "2.0.0.0", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/singleclickapps.com\/history-on-off", "description": "Pause and resume history with a click", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "history", "browsingData", "contextMenus", "storage" ], "action": { "default_icon": "icon.png", "default_title": "History On\/Off" }, "incognito": "spanning", "background": { "service_worker": "background.js" }, "options_ui": { "page": "settings.html", "open_in_tab": true }, "commands": { "toggle-history": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Toggle History On or Off" } }, "offline_enabled": true }