DMOZ

Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.

DMOZとは何ですか?

DMOZはTitoによって開発されたChromeの拡張機能で、その主な機能は「Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Note: This extension does not track searches, nor visited pages, and does not modify content of websites.

Verion 14.6.5.5 
- Try to show at least 10 results.
Version 14.5.19.4 by Tito
- fix parser                    

拡張機能の基本情報

名前 DMOZ DMOZ
ID ohmpiokcbapdokaafenlahhelneekhea
公式URL https://chrome.google.com/webstore/detail/dmoz/ohmpiokcbapdokaafenlahhelneekhea
説明 Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.
ファイルサイズ 85.61 KB
インストール数 136
現在のバージョン 14.6.5.5
最終更新日 2014-06-05
公開日 2014-06-05
評価 4.67/5 合計 3 レビュー
開発者 Tito
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.dmoz.org/about.html
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DMOZ",
    "version": "14.6.5.5",
    "description": "Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "DMOZ",
        "default_icon": "icon18.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.dmoz.org\/",
        "http:\/\/www.dmoz.org\/",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; content-src https:\/\/www.dmoz.org"
}