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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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