Right Click to Search: Amazon ALL COUNTRIES!
Add “Search Amazon” to right click menu. Try it out, click “Add to Chrome” now! 😊
Что такое Right Click to Search: Amazon ALL COUNTRIES!?
Right Click to Search: Amazon ALL COUNTRIES! - это расширение Chrome, разработанное Right Click to Search, и его основная функция - "Add “Search Amazon” to right click menu. Try it out, click “Add to Chrome” now! 😊".
Снимки экрана расширения
Скачать файл CRX расширения Right Click to Search: Amazon ALL COUNTRIES!
Скачайте файлы расширений Right Click to Search: Amazon ALL COUNTRIES! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
⚠️ 2021 Updated and working.
⚠️NEW FEATURE: Country Selection!
"Add to Chrome" now!
----
**AFTER INSTALL: Please help us out by leaving a review! ...thanks! :)
----
Search easy, be happy. 😊
Simply highlight desired text and right click to search on Amazon!
NEW Country Selection Feature:
a) click the extension icon
b) select your country
c) done.
Now all searches will take place on your chosen country's Amazon domain!
----
From books, music and movies... to electronics, games and toys... to toothpaste, make-up and groceries.
"Right Click Search Amazon" is SUPER handy! Works for physical products, digital products and all things Amazon!
Why and when use Right Click Search Amazon?
-Like great prices? Quickly comparing any site to Amazon's
-Like to do some research before you buy? Real reviews are a click away.
-Just read a great book review? Grab it in just a mere second!
-Your favorite personality just reveal the exact product they use? It's yours!
-Watching a DIY video? Grab all the items you need in an instant.
-See an absolute must-try recipe? Get all the ingredients using Amazon Fresh!
-Checked out a trailer to an awesome game? Have Amazon deliver it right to your door.
-Discover a hot new song or artist? Get the album right away!
Save tons of time. Be a click away from the world's largest online retailer!
Give it a try, click "ADD TO CHROME" now!
-Happy searching! 😊 Основная информация о расширении
| Название | |
| ID | iliikbbpieeccmklkfhpahakkekgffah |
| Официальный URL | https://chromewebstore.google.com/detail/right-click-to-search-ama/iliikbbpieeccmklkfhpahakkekgffah |
| Описание | Add “Search Amazon” to right click menu. Try it out, click “Add to Chrome” now! 😊 |
| Размер файла | 22.06 KB |
| Количество установок | 4,779 |
| Текущая Версия | 0.75 |
| Последнее Обновление | 2021-01-07 |
| Дата публикации | 2018-05-20 |
| Рейтинг | 2.33/5 Всего 57 оценок |
| Разработчик | Right Click to Search |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Right Click to Search: Amazon ALL COUNTRIES!",
"description": "Add \u201cSearch Amazon\u201d to right click menu. Try it out, click \u201cAdd to Chrome\u201d now! \ud83d\ude0a",
"version": "0.75",
"short_name": "Highlight, Right Click, Search Amazon",
"permissions": [
"contextMenus",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"rightclick.js"
]
},
"icons": {
"16": "icon-bitty.png",
"48": "icon-small.png",
"128": "icon-large.png"
},
"browser_action": {
"default_icon": "icon-small.png",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |