Right Click to Search: Amazon ALL COUNTRIES!
Add “Search Amazon” to right click menu. Try it out, click “Add to Chrome” now! 😊
Co je Right Click to Search: Amazon ALL COUNTRIES!?
Right Click to Search: Amazon ALL COUNTRIES! je rozšíření Chrome vyvinuté Right Click to Search, a jeho hlavní funkcí je „Add “Search Amazon” to right click menu. Try it out, click “Add to Chrome” now! 😊“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Right Click to Search: Amazon ALL COUNTRIES!
Stáhněte si soubory rozšíření Right Click to Search: Amazon ALL COUNTRIES! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
⚠️ 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! 😊 Základní Informace o Rozšíření
| Název | |
| ID | iliikbbpieeccmklkfhpahakkekgffah |
| Oficiální URL | https://chromewebstore.google.com/detail/right-click-to-search-ama/iliikbbpieeccmklkfhpahakkekgffah |
| Popis | Add “Search Amazon” to right click menu. Try it out, click “Add to Chrome” now! 😊 |
| Velikost souboru | 22.06 KB |
| Počet instalací | 4,779 |
| Aktuální Verze | 0.75 |
| Poslední Aktualizace | 2021-01-07 |
| Datum Vydání | 2018-05-20 |
| Hodnocení | 2.33/5 Celkem 57 Hodnocení |
| Vývojář | Right Click to Search |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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
} | |