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 là gì?

I Just Want the Recipe Janet là một tiện ích mở rộng Chrome được phát triển bởi https://christopherpatty.com, và tính năng chính của nó là "I don't need the whole backstory, I just want to make some eggplant carbonara.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng I Just Want the Recipe Janet

Tải xuống các tệp mở rộng I Just Want the Recipe Janet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
URL Chính Thức https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
Mô tả I don't need the whole backstory, I just want to make some eggplant carbonara.
Kích Thước Tệp 11.8 KB
Số Lần Cài Đặt 2,500
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-07-14
Ngày Phát Hành 2019-07-08
Đánh Giá 4.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://christopherpatty.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}