MultiBar
Allows switching between multiple sets of bookmarks on the bookmarks bar
MultiBar क्या है?
MultiBar dougp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows switching between multiple sets of bookmarks on the bookmarks bar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MultiBar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Provides more flexibility on the bookmarks bar by allowing you to flip between multiple sets of bookmarks at the click of a button. Setup ===== Please back up the contents of your bookmarks bar before starting! On installation, MultiBar will create 2 bookmark folders: Other bookmarks MultiBar Bar1 Bar2 Bar1 represents your current bookmarks bar. You may rename the folders and add as many of your own as you wish. Add bookmarks to your folders, but leave Bar1 (or whatever you rename it to) empty, as your currently displayed bookmarks bar contents will be moved there when you switch. Clicking on the MultiBar icon will switch to the next folder in sequence.
एक्सटेंशन की मूल जानकारी
नाम | MultiBar |
ID | fibmipocbhmmodnjfioojdfobejfdajg |
आधिकारिक URL | https://chromewebstore.google.com/detail/multibar/fibmipocbhmmodnjfioojdfobejfdajg |
विवरण | Allows switching between multiple sets of bookmarks on the bookmarks bar |
फ़ाइल का आकार | 18.52 KB |
स्थापना संख्या | 1,600 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-08-27 |
प्रकाशन तिथि | 2014-08-27 |
रेटिंग | 3.14/5 कुल 29 रेटिंग्स |
डेवलपर | dougp |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MultiBar", "description": "Allows switching between multiple sets of bookmarks on the bookmarks bar", "version": "1.0", "permissions": [ "bookmarks" ], "icons": { "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "MultiBar" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |