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開發的Chrome擴展程式,該擴展的主要功能是“I don't need the whole backstory, I just want to make some eggplant carbonara.”。

擴展截圖

screenshot
screenshot
screenshot

下載I Just Want the Recipe Janet擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}