Just Food You clipper

Help grab recipe to www.justfoodyou.com

什么是Just Food You clipper?

Just Food You clipper是由https://www.justfoodyou.com开发的Chrome扩展程序,该扩展的主要功能是“Help grab recipe to www.justfoodyou.com”。

扩展截图

screenshot
screenshot

下载Just Food You clipper扩展crx文件

下载Just Food You clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension can clip recipes to www.justfoodyou.com cookbook webapplication from any website.                    

扩展基本信息

名称 Just Food You clipper Just Food You clipper
ID jehllbcgafncimgnhmnimpolkbjpglkd
官方URL https://chromewebstore.google.com/detail/just-food-you-clipper/jehllbcgafncimgnhmnimpolkbjpglkd
简介 Help grab recipe to www.justfoodyou.com
文件大小 1.58 MB
安装次数 33
当前版本 0.1.8
更新时间 2019-03-08
上架时间 2019-03-08
评分 5.00/5 共1次评分
开发者 https://www.justfoodyou.com
付费类型 free
扩展官网 http://www.justfoodyou.com
支持的语言 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"
        ]
    }
}