Amazon Prime Search
Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!
什么是Amazon Prime Search?
Amazon Prime Search是由Phil Sarid开发的Chrome扩展程序,该扩展的主要功能是“Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!”。
扩展截图
下载Amazon Prime Search扩展crx文件
下载Amazon Prime Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this extension to only show Amazon Prime eligible items. This saves you a ton of time sorting through Amazon's search results.
*** clicking the icon now enables/disables the prime search. you must REFRESH the page in order for the amazon search results to be updated *** 扩展基本信息
| 名称 | |
| ID | aoodnpmllpdgcfcgdnminmifngcppaln |
| 官方URL | https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln |
| 简介 | Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping! |
| 文件大小 | 160 KB |
| 安装次数 | 1,647 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2014-02-23 |
| 上架时间 | 2014-02-23 |
| 评分 | 2.28/5 共36次评分 |
| 开发者 | Phil Sarid |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"transform.js"
],
"matches": [
"*:\/\/www.amazon.com\/*"
],
"run_at": "document_end"
}
],
"description": "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon.png"
},
"manifest_version": 2,
"name": "Amazon Prime Search",
"version": "1.0.2",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Toggle Prime Search"
},
"background": {
"page": "background.html"
}
} | |