Extension Menu
List and search for your favorite extensions with ease.
What is Extension Menu?
Extension Menu is a Chrome extension developed by solomonkinard, and its main feature is "List and search for your favorite extensions with ease.".
Extension Screenshots
Download Extension Menu Extension CRX File
Download Extension Menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Menu of all enabled extensions. Search the menu to find them quickly. Press enter to open the `default_popup.html` of the extension. Or click if you're feeling fancy.
Extension Basic Information
Name | Extension Menu |
ID | bijpchgokbgjbllboeieipcoocmkbinc |
Official URL | https://chromewebstore.google.com/detail/extension-menu/bijpchgokbgjbllboeieipcoocmkbinc |
Description | List and search for your favorite extensions with ease. |
File Size | 21.72 KB |
Installation Count | 48 |
Current Version | 0.0.1 |
Last Updated | 2023-04-08 |
Publish Date | 2023-04-08 |
Rating | 4.00/5 Total 2 Ratings |
Developer | solomonkinard |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension Menu", "version": "0.0.1", "manifest_version": 3, "action": { "default_popup": "default_popup.html" }, "permissions": [ "management" ], "icons": { "128": "icon\/128.png" }, "author": "Solomon Kinard", "description": "List and search for your favorite extensions with ease." } |