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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}