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 - это расширение Chrome, разработанное Phil Sarid, и его основная функция - "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!".
Снимки экрана расширения
Скачать файл CRX расширения Amazon Prime Search
Скачайте файлы расширений 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"
}
} | |