Omnibook

Search your bookmarks in the omnibox

Omnibookとは何ですか?

Omnibookはadermienceによって開発されたChromeの拡張機能で、その主な機能は「Search your bookmarks in the omnibox」です。

拡張機能のスクリーンショット

screenshot

Omnibook拡張機能のCRXファイルをダウンロード

Omnibook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Omnibook Omnibook
ID hcgpicmniccnljackhfcejongbabbifc
公式URL https://chromewebstore.google.com/detail/omnibook/hcgpicmniccnljackhfcejongbabbifc
説明 Search your bookmarks in the omnibox
ファイルサイズ 12.28 KB
インストール数 17
現在のバージョン 1.1
最終更新日 2018-03-27
公開日 2018-03-27
評価 5.00/5 合計 1 レビュー
開発者 adermience
支払い方法 free
対応言語 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"
    }
}