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"
}
} | |