Mozilla Open Directory Project Search

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

Mozilla Open Directory Project Searchとは何ですか?

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

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

screenshot

Mozilla Open Directory Project Search拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Allows you to search the Mozilla Open Directory Project (dmoz.org) from the omnibox. To use just type 'dmoz', a space, and your query term. It will open up a new tab with the search results of your query.

To see the code for this addon go to http://timothytocci.com/                    

拡張機能の基本情報

名前 Mozilla Open Directory Project Search Mozilla Open Directory Project Search
ID gamablnnalcjjeicmoopcjaeeaflaimj
公式URL https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj
説明 To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
ファイルサイズ 15.77 KB
インストール数 135
現在のバージョン 0.2
最終更新日 2014-04-07
公開日 2014-04-07
評価 3.75/5 合計 4 レビュー
開発者 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": "Mozilla Open Directory Project Search",
    "short_name": "dmoz Search",
    "description": "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "dmoz"
    },
    "icons": {
        "16": "dmoz_16.png",
        "32": "dmoz_32.png",
        "48": "dmoz_48.png",
        "128": "dmoz_128.png"
    },
    "manifest_version": 2
}