I Just Want the Recipe Janet

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

Τι είναι το I Just Want the Recipe Janet;

Το I Just Want the Recipe Janet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://christopherpatty.com, και η κύρια λειτουργία του είναι "I don't need the whole backstory, I just want to make some eggplant carbonara.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης I Just Want the Recipe Janet

Λήψη αρχείων επέκτασης I Just Want the Recipe Janet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
Επίσημο URL https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
Περιγραφή I don't need the whole backstory, I just want to make some eggplant carbonara.
Μέγεθος Αρχείου 11.8 KB
Αριθμός Εγκαταστάσεων 2,500
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2019-07-14
Ημερομηνία Δημοσίευσης 2019-07-08
Αξιολόγηση 4.33/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://christopherpatty.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}