Mercher AZ Helper
Shows Sellers Rank and display large image on hover on Amazon's website
Mercher AZ Helperとは何ですか?
Mercher AZ HelperはMerchToolsによって開発されたChromeの拡張機能で、その主な機能は「Shows Sellers Rank and display large image on hover on Amazon's website」です。
拡張機能のスクリーンショット
Mercher AZ Helper拡張機能のCRXファイルをダウンロード
Mercher AZ Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows Sellers Rank and display large image on hover on Amazon's website. Just rollover on item to see bigger image. Attention: only works well with Merch by Amazon items.
拡張機能の基本情報
名前 | Mercher AZ Helper |
ID | kbibhfndciajjfiggfabablcdpfkcnpo |
公式URL | https://chromewebstore.google.com/detail/mercher-az-helper/kbibhfndciajjfiggfabablcdpfkcnpo |
説明 | Shows Sellers Rank and display large image on hover on Amazon's website |
ファイルサイズ | 55.1 KB |
インストール数 | 91 |
現在のバージョン | 1.1 |
最終更新日 | 2018-05-04 |
公開日 | 2018-05-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | MerchTools |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mercher AZ Helper", "version": "1.1", "description": "Shows Sellers Rank and display large image on hover on Amazon's website", "minimum_chrome_version": "23", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/s\/*", "https:\/\/www.amazon.com\/gp\/search\/*" ], "css": [ "image-hover-css.css" ], "js": [ "jquery-3.2.1.min.js", "image-hover-library.js", "myscript.js" ] } ], "background": { "scripts": [ "jquery-3.2.1.min.js", "background.js" ], "persistent": true }, "web_accessible_resources": [ "infinity-loading.gif" ] } |