Search on Amazon
Search on Amazon by highlighting text
Search on Amazonとは何ですか?
Search on AmazonはSirChromeによって開発されたChromeの拡張機能で、その主な機能は「Search on Amazon by highlighting text」です。
拡張機能のスクリーンショット
Search on Amazon拡張機能のCRXファイルをダウンロード
Search on Amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search for products on Amazon by simply highlighting and right clicking any text on any page that you are browsing.
拡張機能の基本情報
名前 | |
ID | ocedbpnlcgaocobgdhnbjachogamlibb |
公式URL | https://chromewebstore.google.com/detail/search-on-amazon/ocedbpnlcgaocobgdhnbjachogamlibb |
説明 | Search on Amazon by highlighting text |
ファイルサイズ | 16.72 KB |
インストール数 | 22 |
現在のバージョン | 1.1 |
最終更新日 | 2016-04-12 |
公開日 | 2016-04-12 |
開発者 | SirChrome |
支払い方法 | free |
拡張機能のウェブサイト | http://illtake20.com/ |
対応言語 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "search.js" ] }, "description": "Search on Amazon by highlighting text", "icons": { "128": "icon-large.png", "16": "icon-bitty.png", "48": "icon-small.png" }, "manifest_version": 2, "name": "Search on Amazon", "permissions": [ "contextMenus" ], "short_name": "Search, Amazon, RightClick, highlight, Search Amazon", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |