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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 ***
확장 프로그램 기본 정보
이름 | Amazon Prime Search |
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" } } |