Mozilla Open Directory Project Search

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

Apa itu Mozilla Open Directory Project Search?

Mozilla Open Directory Project Search adalah ekstensi Chrome yang dikembangkan oleh http://timothytocci.wordpress.com, dan fitur utamanya adalah "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mozilla Open Directory Project Search

Unduh file ekstensi Mozilla Open Directory Project Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Mozilla Open Directory Project Search Mozilla Open Directory Project Search
ID gamablnnalcjjeicmoopcjaeeaflaimj
URL Resmi https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj
Deskripsi To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
Ukuran File 15.77 KB
Jumlah Instalasi 135
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-04-07
Tanggal Publikasi 2014-04-07
Penilaian 3.75/5 Total 4 Penilaian
Pengembang http://timothytocci.wordpress.com
Tipe Pembayaran free
Situs Ekstensi http://timothytocci.com/
URL Halaman Bantuan http://timothytocci.com/
Bahasa yang Didukung 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
}