Alexa Search
To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
什么是Alexa Search?
Alexa Search是由https://timothytocci.wordpress.com开发的Chrome扩展程序,该扩展的主要功能是“To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com”。
扩展截图
下载Alexa Search扩展crx文件
下载Alexa Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an Omnibox extension that enables you to search Alexa from the browser. To use, type 'alx' & space, and a query term into the Omnibox.
To view the code for this extension and many more visit http://timothytocci.com/ 扩展基本信息
| 名称 | |
| ID | gaciolbdinpdmjhpmjpfimgonadhppnd |
| 官方URL | https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd |
| 简介 | To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com |
| 文件大小 | 16.31 KB |
| 安装次数 | 148 |
| 当前版本 | 0.1 |
| 更新时间 | 2014-01-28 |
| 上架时间 | 2014-01-27 |
| 开发者 | https://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": "Alexa Search",
"short_name": "alx Search",
"description": "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com",
"version": "0.1",
"background": {
"scripts": [
"background.js"
]
},
"omnibox": {
"keyword": "alx"
},
"icons": {
"16": "alx_16.png",
"32": "alx_32.png",
"48": "alx_48.png",
"128": "alx_128.png"
},
"manifest_version": 2
} | |