Extension Menu
List and search for your favorite extensions with ease.
什么是Extension Menu?
Extension Menu是由solomonkinard开发的Chrome扩展程序,该扩展的主要功能是“List and search for your favorite extensions with ease.”。
扩展截图
下载Extension Menu扩展crx文件
下载Extension Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 Menu |
ID | bijpchgokbgjbllboeieipcoocmkbinc |
官方URL | https://chromewebstore.google.com/detail/extension-menu/bijpchgokbgjbllboeieipcoocmkbinc |
简介 | List and search for your favorite extensions with ease. |
文件大小 | 21.72 KB |
安装次数 | 48 |
当前版本 | 0.0.1 |
更新时间 | 2023-04-08 |
上架时间 | 2023-04-08 |
评分 | 4.00/5 共2次评分 |
开发者 | solomonkinard |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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." } |