Shopping Buddy
Shop the web smarter
Qu'est-ce que Shopping Buddy ?
Shopping Buddy est une extension Chrome développée par grnadav, et sa fonction principale est "Shop the web smarter".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shopping Buddy
Téléchargez les fichiers d'extension Shopping Buddy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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?!
Informations de Base sur l'Extension
Nom | Shopping Buddy |
ID | hoebgaopkioeocplbjpgpeplnfcmhmia |
URL Officiel | https://chromewebstore.google.com/detail/shopping-buddy/hoebgaopkioeocplbjpgpeplnfcmhmia |
Description | Shop the web smarter |
Taille du Fichier | 111 KB |
Nombre d'Installations | 115 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2014-11-19 |
Date de Publication | 2014-11-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | grnadav |
Type de Paiement | free |
Site Web de l'Extension | http://shoppingbuddyextesion.tumblr.com |
Langues Prises en Charge | 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 } ] } |