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": 3, "name": "History Master - Easy search by tags & comments", "default_locale": "en", "version": "2.1", "description": "Smart Chrome history management: Never lose an important page again. Use comments, tags, and categories for easy retrieval.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "history", "storage", "contextMenus", "tabs", "scripting", "unlimitedStorage", "alarms", "identity", "identity.email" ], "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "https:\/\/boojp.boo.jp\/*", "http:\/\/localhost:*\/*", "https:\/\/linksmaster.net\/*" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+H", "mac": "Alt+H", "chromeos": "Alt+H", "linux": "Alt+H" }, "description": "Open History Manager" } }, "web_accessible_resources": [ { "resources": [ "popup.html", "blacklist.html", "tagmanagement.html", "settings.html" ], "matches": [ "<all_urls>" ] } ] }