Search Bookmarks for Chrome
Easy find and open your bookmarks.
Search Bookmarks for Chrome क्या है?
Search Bookmarks for Chrome Bruno Basto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy find and open your bookmarks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search Bookmarks for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to easily find and open any of your bookmarks. It provides an easy shortcut by default (Crt+E) that quickly opens the extension and you can start typing your query right away. This first version also features an easy way to navigate through search results using the navigation keys (up and down). After selecting the desired result entry, just hit the Enter key or click in the result to open it in a new tab. Future release will include sync with Social Bookmarks sites such as Delicious and Diigo and will also include a learning algorithm to show first the bookmarks you use more.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fcncfhllkjppmmcjmlohajkafkbifldi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/search-bookmarks-for-chro/fcncfhllkjppmmcjmlohajkafkbifldi |
विवरण | Easy find and open your bookmarks. |
फ़ाइल का आकार | 23.41 KB |
स्थापना संख्या | 104 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2014-04-11 |
प्रकाशन तिथि | 2014-04-11 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Bruno Basto |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Bookmarks for Chrome", "description": "Easy find and open your bookmarks.", "version": "1.1.5", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+E", "mac": "MacCtrl+E" } } }, "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "search.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/yuicombo.appspot.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |