Vimeo Search

To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com

Vimeo Searchとは何ですか?

Vimeo Searchはhttp://timothytocci.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is an Omnibox extension that enables you to search Vimeo from your browser. 
To use, type 'vim' & space, and a query term into the Omnibox. 
To view the code for this addon and many more go to http://timothytocci.com/                    

拡張機能の基本情報

名前 Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
公式URL https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
説明 To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
ファイルサイズ 14.46 KB
インストール数 61
現在のバージョン 0.1
最終更新日 2014-01-26
公開日 2014-01-26
評価 4.33/5 合計 3 レビュー
開発者 http://timothytocci.wordpress.com
支払い方法 free
拡張機能のウェブサイト http://timothytocci.com/
ヘルプページのURL http://timothytocci.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vimeo Search",
    "short_name": "vim Search",
    "description": "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "vim"
    },
    "icons": {
        "16": "vim_16.png",
        "32": "vim_32.png",
        "48": "vim_48.png",
        "128": "vim_128.png"
    },
    "manifest_version": 2
}