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": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "short_name": "Bookmarkie", "icons": { "48": "icons\/icon-128.png", "128": "icons\/icon-128.png" }, "version": "3.0.5", "action": { "default_popup": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/detectColorScheme.ts-loader-CLNFjBHf.js" ], "matches": [ "<all_urls>" ] } ], "options_ui": { "page": "options.html" }, "permissions": [ "storage", "bookmarks", "contextMenus", "favicon" ], "optional_permissions": [ "sidePanel" ], "side_panel": { "default_path": "index.html" }, "minimum_chrome_version": "107", "default_locale": "en", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/detectColorScheme.ts-CeXFKpTo.js" ], "use_dynamic_url": true } ] }