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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Grosh extension for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}