I Just Want the Recipe Janet

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

Apa itu I Just Want the Recipe Janet?

I Just Want the Recipe Janet adalah ekstensi Chrome yang dikembangkan oleh https://christopherpatty.com, dan fitur utamanya adalah "I don't need the whole backstory, I just want to make some eggplant carbonara.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi I Just Want the Recipe Janet

Unduh file ekstensi I Just Want the Recipe Janet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
URL Resmi https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
Deskripsi I don't need the whole backstory, I just want to make some eggplant carbonara.
Ukuran File 11.8 KB
Jumlah Instalasi 2,500
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2019-07-14
Tanggal Publikasi 2019-07-08
Penilaian 4.33/5 Total 9 Penilaian
Pengembang https://christopherpatty.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}