Quicklaunch
Press Ctrl+Shift+F and start searching your links using your own tags.
Quicklaunch क्या है?
Quicklaunch Mickael Metesreau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press Ctrl+Shift+F and start searching your links using your own tags."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quicklaunch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If like me, you have too many favorites then Quicklaunch may help you. Quicklaunch is a extension which bring a custom search bar and provide a way to find link using your own tag system.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pkcmlalpmnilmdhhfhopppiipaajoifm |
आधिकारिक URL | https://chromewebstore.google.com/detail/quicklaunch/pkcmlalpmnilmdhhfhopppiipaajoifm |
विवरण | Press Ctrl+Shift+F and start searching your links using your own tags. |
फ़ाइल का आकार | 1.01 MB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2019-11-06 |
प्रकाशन तिथि | 2019-11-06 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Mickael Metesreau |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mmetesreau/quicklaunch |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.0", "manifest_version": 2, "permissions": [ "storage", "tabs", "notifications", "bookmarks" ], "options_page": "options.html", "browser_action": { "default_popup": "browser_action.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } } } |