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, "name": "Easy History", "description": "Visit webpages by just entering a simple Keyword and Search the history with a fast and clean Interface", "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Space", "mac": "Ctrl+Space" }, "description": "Activate the Extension" } }, "icons": { "128": "icons1.png" }, "version": "1.9.1", "browser_action": { "default_icon": "icons1.png", "default_popup": "popup.html", "default_title": "Search the History" }, "permissions": [ "activeTab", "history", "storage" ] }