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 https://christopherpatty.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "I don't need the whole backstory, I just want to make some eggplant carbonara."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में I Just Want the Recipe Janet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}