Bookmarker
The best bookmark plugin in the Eastern Hemisphere
Bookmarker क्या है?
Bookmarker leelei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best bookmark plugin in the Eastern Hemisphere"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmarker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Note: User default new tab will change This plug-in uses a better way to display and manage your bookmarks. It includes the following functions: 1. Tile bookmarks, up to two levels, to avoid reading obstacles caused by a multi-level tree structure. 2. Integrate multiple search engines to make your new tab page more useful 3. You can put your favorite bookmarks on top, making it easier for you to browse 4. The interface style that can be switched (day | night | follow system) is very user-friendly 5. You can retrieve your local bookmarks and find what you want from a vast number of bookmarks 6. Card-style simple and refreshing interface style
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jblilhiaoipblnepleimgaamphkfhdla |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmarker/jblilhiaoipblnepleimgaamphkfhdla |
विवरण | The best bookmark plugin in the Eastern Hemisphere |
फ़ाइल का आकार | 76.99 KB |
स्थापना संख्या | 124 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2021-05-04 |
प्रकाशन तिथि | 2020-12-24 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | leelei |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/leedalei/bookmarker |
सहायता पृष्ठ URL | https://github.com/leedalei/bookmarker |
गोपनीयता नीति पृष्ठ URL | http://bookmarker.evacgn.com/privacy-policy.html |
समर्थित भाषाएँ | en,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "version": "2.1", "permissions": [ "bookmarks", "storage", "chrome:\/\/favicon\/" ], "browser_action": { "default_icon": ".\/public\/bookmarker.png", "default_title": "\u4e66\u7b7e\u6d4f\u89c8\u5668" }, "chrome_url_overrides": { "newtab": ".\/public\/index.html" } } |