Omnimarkr

Fuzzy search your bookmarks through the Omnibox

Omnimarkrとは何ですか?

OmnimarkrはJVillellaによって開発されたChromeの拡張機能で、その主な機能は「Fuzzy search your bookmarks through the Omnibox」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Omnimarkr is an Omnibox enhancement for full-page searching of your bookmarks. Instead of only being able to search the titles of your bookmarks, now the entire pages are indexed automatically. Simply type 'bookmarks' in your Omnibox, hit tab, and away you go!                    

拡張機能の基本情報

名前 Omnimarkr Omnimarkr
ID pklgmphiapdicmpbgnjnhnlmjpbijlfp
公式URL https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp
説明 Fuzzy search your bookmarks through the Omnibox
ファイルサイズ 27.81 KB
インストール数 13
現在のバージョン 1.0.2
最終更新日 2015-02-10
公開日 2015-02-09
評価 4.00/5 合計 2 レビュー
開発者 JVillella
支払い方法 free
拡張機能のウェブサイト http://jvillella.com
ヘルプページのURL http://jvillella.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnimarkr",
    "description": "Fuzzy search your bookmarks through the Omnibox",
    "version": "1.0.2",
    "omnibox": {
        "keyword": "bookmarks"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "*:\/\/*\/*",
        "bookmarks",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "fuse.js",
            "eventscript.js"
        ],
        "persistent": false
    }
}