Just Food You clipper

Help grab recipe to www.justfoodyou.com

What is Just Food You clipper?

Just Food You clipper is a Chrome extension developed by https://www.justfoodyou.com, and its main feature is "Help grab recipe to www.justfoodyou.com".

Extension Screenshots

screenshot
screenshot

Download Just Food You clipper Extension CRX File

Download Just Food You clipper 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 extension can clip recipes to www.justfoodyou.com cookbook webapplication from any website.                    

Extension Basic Information

Name Just Food You clipper Just Food You clipper
ID jehllbcgafncimgnhmnimpolkbjpglkd
Official URL https://chromewebstore.google.com/detail/just-food-you-clipper/jehllbcgafncimgnhmnimpolkbjpglkd
Description Help grab recipe to www.justfoodyou.com
File Size 1.58 MB
Installation Count 33
Current Version 0.1.8
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 1 Ratings
Developer https://www.justfoodyou.com
Payment Type free
Extension Website http://www.justfoodyou.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just Food You clipper",
    "description": "Help grab recipe to www.justfoodyou.com",
    "version": "0.1.8",
    "icons": {
        "16": "icon_16.jpg",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "externally_connectable": {
        "ids": [
            "iehpofechmihgfphjmggfieaoandaena",
            "jehllbcgafncimgnhmnimpolkbjpglkd"
        ],
        "matches": [
            "*:\/\/www.justfoodyou.com\/*"
        ],
        "accepts_tls_channel_id": true
    },
    "web_accessible_resources": [
        "icon_16.jpg",
        "icon_32.png",
        "NoImage.jpg",
        "images\/*",
        "bootstrap\/*",
        "templates.html",
        "jquery.min.js",
        "clipper_frame.html",
        "clipper.js"
    ],
    "browser_action": {
        "default_icon": "icon_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "franc.js",
            "underscore-min.js",
            "backbone-min.js",
            "parse-1.4.2.min.js",
            "background.js"
        ]
    }
}