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文件
下载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
扩展基本信息
名称 | |
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" } |