Just Food You clipper

Help grab recipe to www.justfoodyou.com

Just Food You clipperคืออะไร?

Just Food You clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.justfoodyou.com และคุณลักษณะหลักของมันคือ "Help grab recipe to www.justfoodyou.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just Food You clipper

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}