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", "name": "History by Date", "short_name": "HistoryDate", "version": "2.0.1", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "permissions": [ "history", "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "dist\/*", "*" ], "matches": [ "<all_urls>" ] } ], "icons": { "128": "dist\/logo_128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Y", "mac": "Command+Y" }, "description": "View browser history" } }, "action": { "default_icon": "dist\/logo_128.png", "default_title": "History by Date" }, "host_permissions": [] }