Bookmark Express
This extension displays a list of your bookmarks filtered by instant search. That's it.
Bookmark Express क्या है?
Bookmark Express Eric Majerus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays a list of your bookmarks filtered by instant search. That's it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmark Express एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome's Omnibar only shows a few search results for bookmarks and there's no way to see more without going somewhere else. This solves that by letting you search your bookmarks and see all the results, along with full name, folder it's in, the URL and highlighted search hits. Searching is instant so you get immediate feedback on results. After searching, you can use the mouse or keyboard arrow keys to select a result and Enter key to open the highlighted bookmark. Issues for feature requests or help can be created at the project's GitHub page below: Source code: https://github.com/ackmanx/bookmark-express
एक्सटेंशन की मूल जानकारी
नाम | Bookmark Express |
ID | edgcdcdceojjbiebdbgmacecicaknjih |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmark-express/edgcdcdceojjbiebdbgmacecicaknjih |
विवरण | This extension displays a list of your bookmarks filtered by instant search. That's it. |
फ़ाइल का आकार | 88.19 KB |
स्थापना संख्या | 927 |
वर्तमान संस्करण | 8.1 |
अंतिम अपडेट | 2019-04-06 |
प्रकाशन तिथि | 2019-04-05 |
रेटिंग | 4.70/5 कुल 20 रेटिंग्स |
डेवलपर | Eric Majerus |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://bitbucket.org/ackmanx/bookmark-express/src |
सहायता पृष्ठ URL | https://bitbucket.org/ackmanx/bookmark-express/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Express", "description": "This extension displays a list of your bookmarks filtered by instant search. That's it.", "version": "8.1", "browser_action": { "default_popup": "app\/popup.html" }, "background": { "page": "app\/bg.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "icons": { "48": "images\/app\/icon48.png", "128": "images\/app\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |