Quickmarks

Simply type 'b {keyword}' in omnibox to open bookmark in current tab.

Quickmarks क्या है?

Quickmarks https://www.wangyizhuo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply type 'b {keyword}' in omnibox to open bookmark in current tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quickmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A extension to open bookmark with keyword in omnibox like what you did in Firefox. Simply type 'b {keyword}' to open the bookmark in current tab. 

 - Simply type 'b {keyword}' to open bookmark in current tab. 
 - Type anything to search your bookmarks.
 - Just press 'Enter' to open the first one in the list.
 - Fully compatible with SiteLauncher's keyword.
 - Bookmarklet is supported transparently.

NOTE: It is recommended to setup a keyword to enjoy the full convenience brought to you by Quickmarks.

To set keyword, append [{keyword}] your bookmark title. For example, change 'Facebook' to 'Facebook [b]' will assign keyword b to Facebook. Just type 'b f' in omnibox to open Facebook. Option page to configure keywords will be coming soon. 

For any bug reports or feature request, please add to my project at google code, 
http://code.google.com/p/quick-marks/issues/list

Please enjoy. 

NOTE: v0.4 has improved bookmarklet support by using content scripting. You do not need to enable popup anymore.

NOTE: Quickmarks might be broken in dev channel. If that happens, please try to delete your profile and try again. Sorry for the inconvenience.                    

एक्सटेंशन की मूल जानकारी

नाम Quickmarks Quickmarks
ID piefpokhpcehbeelhohgcnbipnfkogig
आधिकारिक URL https://chromewebstore.google.com/detail/quickmarks/piefpokhpcehbeelhohgcnbipnfkogig
विवरण Simply type 'b {keyword}' in omnibox to open bookmark in current tab.
फ़ाइल का आकार 20.36 KB
स्थापना संख्या 1,173
वर्तमान संस्करण 0.92
अंतिम अपडेट 2015-02-11
प्रकाशन तिथि 2015-02-11
रेटिंग 4.47/5 कुल 43 रेटिंग्स
डेवलपर https://www.wangyizhuo.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://code.google.com/p/quick-marks/
सहायता पृष्ठ URL http://code.google.com/p/quick-marks/w/list
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickmarks",
    "version": "0.92",
    "manifest_version": 2,
    "description": "Simply type 'b {keyword}' in omnibox to open bookmark in current tab.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "b"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        ""
    ]
}