Compare prices on Amazon
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
Compare prices on Amazonとは何ですか?
Compare prices on Amazonはjaviackerによって開発されたChromeの拡張機能で、その主な機能は「Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it」です。
拡張機能のスクリーンショット
Compare prices on Amazon拡張機能のCRXファイルをダウンロード
Compare prices on Amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
拡張機能の基本情報
名前 | Compare prices on Amazon |
ID | klahfmbhkegkhbcagopekafimjlccfmi |
公式URL | https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi |
説明 | Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it |
ファイルサイズ | 84.8 KB |
インストール数 | 206 |
現在のバージョン | 1.0 |
最終更新日 | 2014-01-07 |
公開日 | 2014-01-07 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | javiacker |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Compare prices on Amazon", "version": "1.0", "description": "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it", "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "page_action": { "default_icon": "icon-128.png", "default_title": "Compare prices in Amazon!", "default_popup": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery.min.js" ] } ], "permissions": [ "tabs", "https:\/\/secure.flickr.com\/", "http:\/\/secure-ridge-4170.herokuapp.com\/", "http:\/\/www.amazon.es\/" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |