Omnibox Bookmark

Search your bookmarks and open them right from the omnibox!

Wat is Omnibox Bookmark?

Omnibox Bookmark is een Chrome-extensie ontwikkeld door Harshal Lele, en de belangrijkste functie is "Search your bookmarks and open them right from the omnibox!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Omnibox Bookmark

Download Omnibox Bookmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Omnibox Bookmark Omnibox Bookmark
ID hahonbhmpdagcdgikajlcjdghicbffbf
Officiële URL https://chromewebstore.google.com/detail/omnibox-bookmark/hahonbhmpdagcdgikajlcjdghicbffbf
Beschrijving Search your bookmarks and open them right from the omnibox!
Bestandsgrootte 18.7 KB
Aantal Installaties 12
Huidige Versie 0.3
Laatst Bijgewerkt 2015-04-14
Publicatiedatum 2015-04-13
Ontwikkelaar Harshal Lele
Betalingswijze free
Ondersteunde Talen 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"
    }
}