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

Hvad er Grosh extension for Chrome?

Grosh extension for Chrome er en Chrome-udvidelse udviklet af https://groshapp.com, og dens hovedfunktion er "Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Grosh extension for Chrome-udvidelses-CRX-fil

Download Grosh extension for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Grosh extension for Chrome Grosh extension for Chrome
ID fppodfcakahepmmcmhndjbfpidocmjdk
Officiel URL https://chromewebstore.google.com/detail/grosh-extension-for-chrom/fppodfcakahepmmcmhndjbfpidocmjdk
Beskrivelse Add items from the Internet to a shopping list or bookmark recipes from popular websites in Grosh, the intelligent shopping app
Filstørrelse 319 KB
Antal Installationer 96
Nuværende Version 1.2
Senest Opdateret 2018-09-18
Udgivelsesdato 2018-09-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://groshapp.com
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}