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”。
扩展截图
下载Mozilla Open Directory Project Search扩展crx文件
下载Mozilla Open Directory Project Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | |
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 } |