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."입니다.
확장 프로그램 스크린샷
DMOZ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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 |
이메일 | [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" } |