Grocery King Recipe Organizer

Companion desktop app for Grocery King on IOS and Android

What is Grocery King Recipe Organizer?

Grocery King Recipe Organizer is a Chrome extension developed by Unknown, and its main feature is "Companion desktop app for Grocery King on IOS and Android".

Extension Screenshots

screenshot

Download Grocery King Recipe Organizer Extension CRX File

Download Grocery King Recipe Organizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a companion desktop app for Grocery King mobile app available only for IOS users.

Clip recipes from 100's of popular websites. Get access to millions of recipes that can be clipped and saved within Grocery King including ingredients, directions and photos

Organize recipes from the comfort of your desktop computer. You can add your own recipes, organize recipes in different categories, add/update ingredients, add recipe directions and everything in between. The best part is that it syncs seamlessly with the Grocery King App installed on your iPhone.

You can find more information about Grocery King on our website https://www.groceryking.com                    

Extension Basic Information

Name Grocery King Recipe Organizer Grocery King Recipe Organizer
ID ompkaeckpgclehmhfnkjcjjbhcenlbic
Official URL https://chromewebstore.google.com/detail/grocery-king-recipe-organ/ompkaeckpgclehmhfnkjcjjbhcenlbic
Description Companion desktop app for Grocery King on IOS and Android
File Size 764 KB
Installation Count 125
Current Version 1.3
Last Updated 2019-10-06
Publish Date 2019-10-06
Rating 1.63/5 Total 8 Ratings
Developer Unknown
Payment Type free
Extension Website https://www.groceryking.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grocery King Recipe Organizer",
    "description": "Companion desktop app for Grocery King on IOS and Android",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.groceryking.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}