I Just Want the Recipe Janet

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

Vad är I Just Want the Recipe Janet?

I Just Want the Recipe Janet är en Chrome-tillägg utvecklad av https://christopherpatty.com, och dess huvudfunktion är "I don't need the whole backstory, I just want to make some eggplant carbonara.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner I Just Want the Recipe Janet-förlängningens CRX-fil

Ladda ner I Just Want the Recipe Janet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
Officiell webbadress https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
Beskrivning I don't need the whole backstory, I just want to make some eggplant carbonara.
Filstorlek 11.8 KB
Antal Installationer 2,500
Aktuell Version 0.0.2
Senast Uppdaterad 2019-07-14
Publiceringsdatum 2019-07-08
Betyg 4.33/5 Totalt 9 Betyg
Utvecklare https://christopherpatty.com
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}