Omnibook

Search your bookmarks in the omnibox

Wat is Omnibook?

Omnibook is een Chrome-extensie ontwikkeld door adermience, en de belangrijkste functie is "Search your bookmarks in the omnibox".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Omnibook

Download Omnibook-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

                        Bookmarks search extension.
Type  and  in the address bar and type what you want to search.                    

Basisinformatie over de Extensie

Naam Omnibook Omnibook
ID hcgpicmniccnljackhfcejongbabbifc
Officiële URL https://chromewebstore.google.com/detail/omnibook/hcgpicmniccnljackhfcejongbabbifc
Beschrijving Search your bookmarks in the omnibox
Bestandsgrootte 12.28 KB
Aantal Installaties 17
Huidige Versie 1.1
Laatst Bijgewerkt 2018-03-27
Publicatiedatum 2018-03-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar adermience
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnibook",
    "description": "Search your bookmarks in the omnibox",
    "version": "1.1",
    "omnibox": {
        "keyword": "s"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "128": "icon\/icon-128.png"
    }
}