Mozilla Open Directory Project Search

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

What is Mozilla Open Directory Project Search?

Mozilla Open Directory Project Search is a Chrome extension developed by http://timothytocci.wordpress.com, and its main feature is "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com".

Extension Screenshots

screenshot

Download Mozilla Open Directory Project Search Extension CRX File

Download Mozilla Open Directory Project Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Mozilla Open Directory Project Search Mozilla Open Directory Project Search
ID gamablnnalcjjeicmoopcjaeeaflaimj
Official URL https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj
Description To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
File Size 15.77 KB
Installation Count 135
Current Version 0.2
Last Updated 2014-04-07
Publish Date 2014-04-07
Rating 3.75/5 Total 4 Ratings
Developer http://timothytocci.wordpress.com
Payment Type free
Extension Website http://timothytocci.com/
Help Page URL http://timothytocci.com/
Supported Languages 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
}