I Just Want the Recipe Janet

I don't need the whole backstory, I just want to make some eggplant carbonara.

I Just Want the Recipe Janetคืออะไร?

I Just Want the Recipe Janet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://christopherpatty.com และคุณลักษณะหลักของมันคือ "I don't need the whole backstory, I just want to make some eggplant carbonara."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I Just Want the Recipe Janet

ดาวน์โหลดไฟล์ส่วนขยาย I Just Want the Recipe Janet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ever wanted to skip the marital problems and jump straight to the cookie recipe on your favorite food blog? This extension detects recipes and will prompt you with a button which replaces everything on the page with just the recipe.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
คำอธิบาย I don't need the whole backstory, I just want to make some eggplant carbonara.
ขนาดไฟล์ 11.8 KB
จำนวนการติดตั้ง 2,500
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2019-07-14
วันที่เผยแพร่ 2019-07-08
คะแนน 4.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://christopherpatty.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I Just Want the Recipe Janet",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "I don't need the whole backstory, I just want to make some eggplant carbonara.",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}