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是由https://groshapp.com开发的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扩展crx文件
下载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\/*" ] } |