Custom Menu
Add a custom menu to your browser toolbar.
Custom Menu क्या है?
Custom Menu https://openaddons.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a custom menu to your browser toolbar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |