I Just Want the Recipe Janet

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

Was ist I Just Want the Recipe Janet?

I Just Want the Recipe Janet ist eine Chrome-Erweiterung, die von https://christopherpatty.com entwickelt wurde, und ihr Hauptmerkmal ist "I don't need the whole backstory, I just want to make some eggplant carbonara.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

I Just Want the Recipe Janet-Erweiterungs-CRX-Datei herunterladen

Laden Sie I Just Want the Recipe Janet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
Offizielle URL https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
Beschreibung I don't need the whole backstory, I just want to make some eggplant carbonara.
Dateigröße 11.8 KB
Installationsanzahl 2,500
Aktuelle Version 0.0.2
Letztes Update 2019-07-14
Veröffentlichungsdatum 2019-07-08
Bewertung 4.33/5 Insgesamt 9 Bewertungen
Entwickler https://christopherpatty.com
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}