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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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