Grosh extension for Chrome
Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app
Что такое Grosh extension for Chrome?
Grosh extension for Chrome - это расширение Chrome, разработанное https://groshapp.com, и его основная функция - "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app".
Снимки экрана расширения
Скачать файл CRX расширения Grosh extension for Chrome
Скачайте файлы расширений Grosh extension for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The Grosh extension for Google Chrome allows you to easily import recipes from many popular recipe websites directly into Grosh. You may also add items directly to a shopping or wish list using the Plugin. To use the plugin you must be have a Grosh account - you may create one using the regular Grosh app.
Основная информация о расширении
Название | Grosh extension for Chrome |
ID | fppodfcakahepmmcmhndjbfpidocmjdk |
Официальный URL | https://chromewebstore.google.com/detail/grosh-extension-for-chrom/fppodfcakahepmmcmhndjbfpidocmjdk |
Описание | Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app |
Размер файла | 319 KB |
Количество установок | 96 |
Текущая Версия | 1.2 |
Последнее Обновление | 2018-09-18 |
Дата публикации | 2018-09-18 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://groshapp.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grosh extension for Chrome", "description": "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app", "version": "1.2", "icons": { "16": "img\/icon16.png", "19": "img\/icon.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "login.html", "background": { "scripts": [ "login.js", "addRecipe.js", "addItem.js", "util.js" ], "pages": [ "login.html", "addRecipe.html", "addItem.html" ] } }, "permissions": [ "bookmarks", "tabs", "activeTab", "storage", "https:\/\/www.facebook.com\/dialog\/oauth\/*", "https:\/\/www.groshapp.com\/edge\/*", "https:\/\/www.google.com\/*", "http:\/\/www.google.com\/*" ] } |