Right Click Amazon Search
Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…
Right Click Amazon Searchとは何ですか?
Right Click Amazon SearchはNo Ad Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…」です。
拡張機能のスクリーンショット
Right Click Amazon Search拡張機能のCRXファイルをダウンロード
Right Click Amazon Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites worldwide! This includes the following sites and locales: [ amazon.com | smile.amazon.com | .ca | .com.mx | .com.au | .in | .it | .fr | .es | .co.jp | .de | .pl | .com.tr | .cn | .sa | .sg | .ae | .com.br | .eg | .se]
拡張機能の基本情報
名前 | Right Click Amazon Search |
ID | gpiaaogmhemeaflkjieknaaknnoelnom |
公式URL | https://chromewebstore.google.com/detail/right-click-amazon-search/gpiaaogmhemeaflkjieknaaknnoelnom |
説明 | Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites… |
ファイルサイズ | 20.59 KB |
インストール数 | 29 |
現在のバージョン | 1 |
最終更新日 | 2022-03-14 |
公開日 | 2022-03-14 |
開発者 | No Ad Extensions |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right Click Amazon Search", "version": "1", "action": { "default_popup": "popup.html" }, "icons": { "16": "extension_icon16.png", "32": "extension_icon32.png", "48": "extension_icon48.png", "128": "extension_icon128.png" }, "background": { "service_worker": "bg.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "fg.js" ] } ], "permissions": [ "contextMenus", "storage" ] } |