Compare prices on Amazon
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
O que é Compare prices on Amazon?
Compare prices on Amazon é uma extensão do Chrome desenvolvida por javiacker, e sua principal característica é "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Compare prices on Amazon
Baixe arquivos de extensão Compare prices on Amazon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
Informações Básicas da Extensão
Nome | Compare prices on Amazon |
ID | klahfmbhkegkhbcagopekafimjlccfmi |
URL Oficial | https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi |
Descrição | Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it |
Tamanho do Arquivo | 84.8 KB |
Contagem de Instalações | 206 |
Versão Atual | 1.0 |
Última Atualização | 2014-01-07 |
Data de Publicação | 2014-01-07 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | javiacker |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |