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 |
官方網址 | 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'" } |