I Just Want the Recipe Janet

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

Co to jest I Just Want the Recipe Janet?

I Just Want the Recipe Janet to rozszerzenie Chrome opracowane przez https://christopherpatty.com, a jego główną funkcją jest „I don't need the whole backstory, I just want to make some eggplant carbonara.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia I Just Want the Recipe Janet

Pobierz pliki rozszerzeń I Just Want the Recipe Janet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
Oficjalny URL https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
Opis I don't need the whole backstory, I just want to make some eggplant carbonara.
Rozmiar pliku 11.8 KB
Liczba instalacji 2,500
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2019-07-14
Data Publikacji 2019-07-08
Ocena 4.33/5 Łącznie 9 Oceny
Deweloper https://christopherpatty.com
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}