Shopping Buddy
Shop the web smarter
O que é Shopping Buddy?
Shopping Buddy é uma extensão do Chrome desenvolvida por grnadav, e sua principal característica é "Shop the web smarter".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shopping Buddy
Baixe arquivos de extensão Shopping Buddy 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
Shop the web smarter with Shopping Buddy! Get notified when the page you're viewing has links to Amazon. No need to look for those dodgy links - they're right there, with full product description, reviews and price, in the app! When you go over with your mouse on such links, you also get this immediate insight! no need to go out to amazon to see the full details! Isn't that convenient?!
Informações Básicas da Extensão
Nome | Shopping Buddy |
ID | hoebgaopkioeocplbjpgpeplnfcmhmia |
URL Oficial | https://chromewebstore.google.com/detail/shopping-buddy/hoebgaopkioeocplbjpgpeplnfcmhmia |
Descrição | Shop the web smarter |
Tamanho do Arquivo | 111 KB |
Contagem de Instalações | 115 |
Versão Atual | 1.0.5 |
Última Atualização | 2014-11-19 |
Data de Publicação | 2014-11-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | grnadav |
Tipo de Pagamento | free |
Site da Extensão | http://shoppingbuddyextesion.tumblr.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Shopping Buddy", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/jquery-hoverIntent\/jquery.hoverIntent.js", "bower_components\/lodash\/dist\/lodash.min.js", "scripts\/libs\/t.js", "scripts\/utils\/pubsub-chrome.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": true } ] } |