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!はRight Click to Searchによって開発されたChromeの拡張機能で、その主な機能は「Add “Search Amazon” to right click menu. Try it out, click “Add to Chrome” now! 😊」です。
拡張機能のスクリーンショット
Right Click to Search: Amazon ALL COUNTRIES!拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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
} | |