Amazon.com - Search highlighted text
Search for an highlighted text on Amazon from any website by using the right click context menu.
Amazon.com - Search highlighted textとは何ですか?
Amazon.com - Search highlighted textはmys3lfによって開発されたChromeの拡張機能で、その主な機能は「Search for an highlighted text on Amazon from any website by using the right click context menu.」です。
拡張機能のスクリーンショット
Amazon.com - Search highlighted text拡張機能のCRXファイルをダウンロード
Amazon.com - Search highlighted text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This addon allows the direct search for an highlighted text on Amazon from any website.
拡張機能の基本情報
名前 | Amazon.com - Search highlighted text |
ID | ocelfadkhnoeeeockofnopjookfgmnhm |
公式URL | https://chromewebstore.google.com/detail/amazoncom-search-highligh/ocelfadkhnoeeeockofnopjookfgmnhm |
説明 | Search for an highlighted text on Amazon from any website by using the right click context menu. |
ファイルサイズ | 20.91 KB |
インストール数 | 369 |
現在のバージョン | 1.0 |
最終更新日 | 2013-07-01 |
公開日 | 2013-07-01 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | mys3lf |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon.com - Search highlighted text", "version": "1.0", "description": "Search for an highlighted text on Amazon from any website by using the right click context menu.", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "14", "icons": { "32": "icon32.png", "64": "icon64.png", "160": "icon160.png" }, "manifest_version": 2 } |