Quick Bookmarks Menu
Quick access to bookmarks or favorites.
Quick Bookmarks Menu क्या है?
Quick Bookmarks Menu https://yuhaofe.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick access to bookmarks or favorites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Bookmarks Menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just click on the toolbar button to access your bookmarks. Main feature: 1. Browse bookmarks with a breadcrumb navigation. 2. Enter a folder when mouse hovering over it automatically. 3. Search bookmarks easily. 4. Set startup folder by clicking current folder title. 5. Hide any items by right clicking on it. (Only hide in Quick Bookmarks Menu) 6. And many other customizations!! Includes horizontal layout, dark mode etc. If you have any questions or suggestions, you can go to the support page and tell me, thanks!😀 Homepage: https://yuhaofe.com/quick-bookmarks-menu GitHub: https://github.com/yuhaofe/Quick-Bookmarks-Menu # Changelog ([ver] - yyyy-mm-dd) [0.6.0] - 2021-10-12 - Add options page. - Add context menu. - Add middle button and keep showing customization. [0.5.2] - 2021-09-28 - Fix horizontal layout not working properly. [0.5.1] - 2019-09-14 - Rewrite all code for better maintainability. - New feature: Hide items by right click. [0.3.4] - 2019-09-06 - Add horizontal scroll layout to display more bookmarks. - Change: close popup after open bookmarks. - Fix color theme bugs. [0.3.3] - 2019-05-08 - Add dark color theme. (auto color theme needs Chrome 76 or later version)
एक्सटेंशन की मूल जानकारी
नाम | Quick Bookmarks Menu |
ID | fkemipdcgbeknabedhecepcebhlnlhbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/quick-bookmarks-menu/fkemipdcgbeknabedhecepcebhlnlhbf |
विवरण | Quick access to bookmarks or favorites. |
फ़ाइल का आकार | 26 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 0.6.0 |
अंतिम अपडेट | 2022-04-20 |
प्रकाशन तिथि | 2019-09-14 |
रेटिंग | 4.51/5 कुल 103 रेटिंग्स |
डेवलपर | https://yuhaofe.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://yuhaofe.com/quick-bookmarks-menu |
सहायता पृष्ठ URL | https://github.com/yuhaofe/Quick-Bookmarks-Menu/issues |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "description": "__MSG_extdesc__", "version": "0.6.0", "manifest_version": 2, "icons": { "16": "icons\/qbm16.png", "32": "icons\/qbm32.png", "48": "icons\/qbm48.png", "128": "icons\/qbm128.png" }, "browser_action": { "default_title": "__MSG_tooltip__", "default_popup": "popup.html", "default_icon": { "16": "icons\/qbm16.png", "32": "icons\/qbm32.png" } }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "storage" ], "background": { "scripts": [ "background.js" ] }, "default_locale": "en" } |