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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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\/*"
    ]
}