Bookmarks Collections
Create collections and switch between multiple bookmarks bars
Bookmarks Collections क्या है?
Bookmarks Collections Teddy Thioulouse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create collections and switch between multiple bookmarks bars"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmarks Collections एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Bookmarks Collections lets you create bookmarks collections and switch between multiple bookmarks bars. A badge can be added to the extension icon with the label of your collections. Note: this may not work well with favorites sync enabled. Please consider disable this functionality to prevent any bad behaviour.
एक्सटेंशन की मूल जानकारी
नाम | Bookmarks Collections |
ID | kgengcoeabnofimgfhojmecmkkmgnkmm |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm |
विवरण | Create collections and switch between multiple bookmarks bars |
फ़ाइल का आकार | 1.76 MB |
स्थापना संख्या | 381 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2020-07-24 |
प्रकाशन तिथि | 2020-07-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Teddy Thioulouse |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,fr,es,hi,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.3", "default_locale": "en", "author": "Teddy Thioulouse", "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Bookmarks Collections", "default_popup": "html\/popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "bookmarks", "storage" ] } |