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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}