Bookmark Keyword

Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search

Bookmark Keyword क्या है?

Bookmark Keyword Alex Nazimok द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search"।

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

screenshot
screenshot

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

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

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

                        Bookmark Keyword is powerful extension that helps to navigate the web using bookmarks even easier. Bookmark any page, add keyword to the title and you are ready to jump the the page with just couple of keystrokes

You can execute keyword commands by putting them on the end of the keyword or on the end of the url, if selected from the suggestions list. Followin commands are currently supported:
   :t - open in the new tab
   :p - pin tab
   :w - open in the new window
   :i - incognito mode

For example: Assuming we have bookmark defined as '[fb] Facebook' to open the bookmark in the new window, you would type the following command in the omnibar "kw{tab}fb:w"
The commands could be combined. For example to open the bookmark in the new incognito window you would type: 'kw{tab}fb:wi'.                    

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

नाम Bookmark Keyword Bookmark Keyword
ID jgmmhndnlacimnjmgplphnokhnlbhnmd
आधिकारिक URL https://chromewebstore.google.com/detail/bookmark-keyword/jgmmhndnlacimnjmgplphnokhnlbhnmd
विवरण Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search
फ़ाइल का आकार 48.93 KB
स्थापना संख्या 347
वर्तमान संस्करण 1.7
अंतिम अपडेट 2013-09-25
प्रकाशन तिथि 2013-09-25
रेटिंग 4.00/5 कुल 23 रेटिंग्स
डेवलपर Alex Nazimok
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/anazimok/bookmark_keyword
सहायता पृष्ठ URL https://github.com/anazimok/bookmark_keyword/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "storage.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "description": "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search",
    "name": "Bookmark Keyword",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "omnibox": {
        "keyword": "kw"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "version": "1.7"
}