I Just Want the Recipe Janet

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

Co je I Just Want the Recipe Janet?

I Just Want the Recipe Janet je rozšíření Chrome vyvinuté https://christopherpatty.com, a jeho hlavní funkcí je „I don't need the whole backstory, I just want to make some eggplant carbonara.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření I Just Want the Recipe Janet

Stáhněte si soubory rozšíření I Just Want the Recipe Janet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
Oficiální URL https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
Popis I don't need the whole backstory, I just want to make some eggplant carbonara.
Velikost souboru 11.8 KB
Počet instalací 2,500
Aktuální Verze 0.0.2
Poslední Aktualizace 2019-07-14
Datum Vydání 2019-07-08
Hodnocení 4.33/5 Celkem 9 Hodnocení
Vývojář https://christopherpatty.com
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}