Open bookmark folder

To use, type 'ob' plus a folder name into the Omnibox.

Open bookmark folder क्या है?

Open bookmark folder Jan Schulz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To use, type 'ob' plus a folder name into the Omnibox."।

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

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

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

                        This extension lets you open all links in a bookmark folder by typing "ob " into the address bar (Chromes "omnibox"). 

It is a replacement for Operas folder nicknames.

To change the identifier ("ob" per default), go to the option page and follow the instructions (or see this stackoverflow question: http://stackoverflow.com/a/18219395/1380673).                    

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

नाम Open bookmark folder Open bookmark folder
ID clapomiagkdmpgjclehajclninkdnihd
आधिकारिक URL https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd
विवरण To use, type 'ob' plus a folder name into the Omnibox.
फ़ाइल का आकार 22.91 KB
स्थापना संख्या 236
वर्तमान संस्करण 0.9
अंतिम अपडेट 2014-08-28
प्रकाशन तिथि 2014-08-28
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर Jan Schulz
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/JanSchulz/openbookmarks-chrome
सहायता पृष्ठ URL https://github.com/JanSchulz/openbookmarks-chrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open bookmark folder",
    "description": "To use, type 'ob' plus a folder name into the Omnibox. ",
    "version": "0.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ob"
    },
    "manifest_version": 2
}