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. 擴展基本資訊
| 名稱 | |
| ID | fppodfcakahepmmcmhndjbfpidocmjdk |
| 官方網址 | 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\/*"
]
} | |