Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 14, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Extensions Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome extensions in a new window or tab. If the extensions page is already open, that tab is selected.", "icons": { "16": "extensions_16.png", "48": "extensions_48.png", "128": "extensions_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "extensions_19.png", "default_title": "Awesome Extensions Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 }