I Just Want the Recipe Janet

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

Qu'est-ce que I Just Want the Recipe Janet ?

I Just Want the Recipe Janet est une extension Chrome développée par https://christopherpatty.com, et sa fonction principale est "I don't need the whole backstory, I just want to make some eggplant carbonara.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension I Just Want the Recipe Janet

Téléchargez les fichiers d'extension I Just Want the Recipe Janet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
URL Officiel https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
Description I don't need the whole backstory, I just want to make some eggplant carbonara.
Taille du Fichier 11.8 KB
Nombre d'Installations 2,500
Version Actuelle 0.0.2
Dernière Mise à Jour 2019-07-14
Date de Publication 2019-07-08
Évaluation 4.33/5 Total 9 Évaluations
Développeur https://christopherpatty.com
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}