Omnibox Bookmark

Search your bookmarks and open them right from the omnibox!

Omnibox Bookmark क्या है?

Omnibox Bookmark Harshal Lele द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search your bookmarks and open them right from the omnibox!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Access your bookmarks through the omnibox by typing 'bkmrk' and the name of the bookmark.
It searches both desktop and mobile bookmarks lets you navigate to them through the omnibox.
Press Ctrl+B to bookmark the page that you are on.
Press Ctrl+X to remove bookmark from active page.
 
Any suggestions or constructive criticism is always appreciated!                    

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

नाम Omnibox Bookmark Omnibox Bookmark
ID hahonbhmpdagcdgikajlcjdghicbffbf
आधिकारिक URL https://chromewebstore.google.com/detail/omnibox-bookmark/hahonbhmpdagcdgikajlcjdghicbffbf
विवरण Search your bookmarks and open them right from the omnibox!
फ़ाइल का आकार 18.7 KB
स्थापना संख्या 12
वर्तमान संस्करण 0.3
अंतिम अपडेट 2015-04-14
प्रकाशन तिथि 2015-04-13
डेवलपर Harshal Lele
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnibox Bookmark",
    "description": "Search your bookmarks and open them right from the omnibox!",
    "version": "0.3",
    "background": {
        "scripts": [
            "Bookmarksearch.js"
        ]
    },
    "commands": {
        "bookmark-active-page": {
            "suggested_key": {
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "chromeos": "Ctrl+B",
                "linux": "Ctrl+B"
            },
            "description": "Bookmark Active page"
        },
        "Remove-bookmark-of-Active-page": {
            "suggested_key": {
                "windows": "Ctrl+X",
                "mac": "Command+X",
                "chromeos": "Ctrl+X",
                "linux": "Ctrl+X"
            },
            "description": "Remove Bookmark from Active page"
        }
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "notifications"
    ],
    "icons": {
        "16": "icon16trans.png",
        "19": "icon19trans.png",
        "38": "icon38trans.png",
        "48": "icon48trans.png",
        "128": "icon128trans.png"
    },
    "omnibox": {
        "keyword": "bkmrk"
    }
}