Custom Menu
Add a custom menu to your browser toolbar.
Custom Menu là gì?
Custom Menu là một tiện ích mở rộng Chrome được phát triển bởi https://openaddons.com, và tính năng chính của nó là "Add a custom menu to your browser toolbar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Custom Menu
Tải xuống các tệp mở rộng Custom Menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Menu |
ID | gkhoalcdabjldlpoaoaknjipgiakljfj |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-menu/gkhoalcdabjldlpoaoaknjipgiakljfj |
Mô tả | Add a custom menu to your browser toolbar. |
Kích Thước Tệp | 37.09 KB |
Số Lần Cài Đặt | 139 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-05-21 |
Ngày Phát Hành | 2023-05-20 |
Nhà Phát Triển | https://openaddons.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://openaddons.com/custom-menu/ |
URL Trang Trợ Giúp | https://openaddons.com/custom-menu/ |
URL Trang Chính Sách Bảo Mật | https://openaddons.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |