Bookmark Express Next
This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
Bookmark Express Next क्या है?
Bookmark Express Next Eric Majerus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmark Express Next एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a early access version of Bookmark Express extension. It allows you to preview what's coming up.
एक्सटेंशन की मूल जानकारी
नाम | Bookmark Express Next |
ID | enpmhceecilnohanegmppnlcoakjicho |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho |
विवरण | This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too. |
फ़ाइल का आकार | 623 KB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 9.3 |
अंतिम अपडेट | 2021-03-17 |
प्रकाशन तिथि | 2021-03-02 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | Eric Majerus |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Express Next", "description": "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.", "version": "9.3", "browser_action": { "default_popup": "index.html" }, "background": { "page": "background.html" }, "options_page": "index.html?page=options", "permissions": [ "activeTab", "bookmarks", "chrome:\/\/favicon\/", "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |