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 |
| 官方網址 | 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"
}
} | |