Shopping Buddy
Shop the web smarter
Что такое Shopping Buddy?
Shopping Buddy - это расширение Chrome, разработанное grnadav, и его основная функция - "Shop the web smarter".
Снимки экрана расширения
Скачать файл CRX расширения Shopping Buddy
Скачайте файлы расширений Shopping Buddy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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?!
Основная информация о расширении
Название | Shopping Buddy |
ID | hoebgaopkioeocplbjpgpeplnfcmhmia |
Официальный URL | https://chromewebstore.google.com/detail/shopping-buddy/hoebgaopkioeocplbjpgpeplnfcmhmia |
Описание | Shop the web smarter |
Размер файла | 111 KB |
Количество установок | 115 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2014-11-19 |
Дата публикации | 2014-11-19 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | grnadav |
Тип оплаты | free |
Официальный сайт расширения | http://shoppingbuddyextesion.tumblr.com |
Поддерживаемые языки | 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 } ] } |