Custom Menu
Add a custom menu to your browser toolbar.
什么是Custom Menu?
Custom Menu是由https://openaddons.com开发的Chrome扩展程序,该扩展的主要功能是“Add a custom menu to your browser toolbar.”。
扩展截图
下载Custom Menu扩展crx文件
下载Custom Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create your own quick menu right in the toolbar. With this addon you can arrange your own simple list of links and pin them as a popup menu to the toolbar. Simple Menu Editor: The extension allows you to customize your browser's menu by adding, removing, and rearranging menu items. Simply click on the "Options" tab to access the menu editor. Add, Edit and Delete Menu Items: In the menu editor, you can add new menu items by clicking the "Add" button. Each item consists of a title and a URL. Click on the Title or URL to edit. You can also delete unwanted menu items by clicking the delete button associated with each item. Press and hold the drag icon to rearrange (menu items are draggable) Reset to Default: If you want to revert to the default menu settings, you can click the "Reset" button. This will remove all custom menu items and restore the original menu provided on the initial install by the extension. "Material design": The extension provides a sleek and modern user interface with extremely clean fonts and color scheme.
扩展基本信息
名称 | Custom Menu |
ID | gkhoalcdabjldlpoaoaknjipgiakljfj |
官方URL | https://chromewebstore.google.com/detail/custom-menu/gkhoalcdabjldlpoaoaknjipgiakljfj |
简介 | Add a custom menu to your browser toolbar. |
文件大小 | 37.09 KB |
安装次数 | 139 |
当前版本 | 1.0 |
更新时间 | 2023-05-21 |
上架时间 | 2023-05-20 |
开发者 | https://openaddons.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://openaddons.com/custom-menu/ |
帮助页面URL | https://openaddons.com/custom-menu/ |
隐私政策页面URL | https://openaddons.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Menu", "version": "1.0", "description": "Add a custom menu to your browser toolbar.", "homepage_url": "https:\/\/openaddons.com\/custom-menu\/", "icons": { "128": "icon128.png" }, "permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "128": "icon128.png" } }, "background": { "service_worker": "background.js" } } |