Shopping Buddy
Shop the web smarter
Cos'è Shopping Buddy?
Shopping Buddy è un'estensione di Chrome sviluppata da grnadav, e la sua funzione principale è "Shop the web smarter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shopping Buddy
Scarica i file di estensione Shopping Buddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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?!
Informazioni di Base sull'Estensione
Nome | Shopping Buddy |
ID | hoebgaopkioeocplbjpgpeplnfcmhmia |
URL Ufficiale | https://chromewebstore.google.com/detail/shopping-buddy/hoebgaopkioeocplbjpgpeplnfcmhmia |
Descrizione | Shop the web smarter |
Dimensione del File | 111 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2014-11-19 |
Data di Pubblicazione | 2014-11-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | grnadav |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://shoppingbuddyextesion.tumblr.com |
Lingue Supportate | 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 } ] } |