I Just Want the Recipe Janet

I don't need the whole backstory, I just want to make some eggplant carbonara.

O que é I Just Want the Recipe Janet?

I Just Want the Recipe Janet é uma extensão do Chrome desenvolvida por https://christopherpatty.com, e sua principal característica é "I don't need the whole backstory, I just want to make some eggplant carbonara.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão I Just Want the Recipe Janet

Baixe arquivos de extensão I Just Want the Recipe Janet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome I Just Want the Recipe Janet I Just Want the Recipe Janet
ID hbdplfijcjnbgeifjbhdgdpaniodhcbf
URL Oficial https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf
Descrição I don't need the whole backstory, I just want to make some eggplant carbonara.
Tamanho do Arquivo 11.8 KB
Contagem de Instalações 2,500
Versão Atual 0.0.2
Última Atualização 2019-07-14
Data de Publicação 2019-07-08
Classificação 4.33/5 Total de 9 Avaliações
Desenvolvedor https://christopherpatty.com
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}