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
官方網址 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
}