cinc.kitchen Recipe Importer

Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.

O que é cinc.kitchen Recipe Importer?

cinc.kitchen Recipe Importer é uma extensão do Chrome desenvolvida por https://www.cinc.kitchen, e sua principal característica é "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão cinc.kitchen Recipe Importer

Baixe arquivos de extensão cinc.kitchen Recipe Importer 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

                                            

Informações Básicas da Extensão

Nome cinc.kitchen Recipe Importer cinc.kitchen Recipe Importer
ID bgfpngmmnfogkbjpaliehfdobkeakoke
URL Oficial https://chromewebstore.google.com/detail/cinckitchen-recipe-import/bgfpngmmnfogkbjpaliehfdobkeakoke
Descrição Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.
Tamanho do Arquivo 117 KB
Contagem de Instalações 60
Versão Atual 1.0.2
Última Atualização 2017-06-23
Data de Publicação 2017-06-23
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://www.cinc.kitchen
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.cinc.kitchen
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "cinc.kitchen Recipe Importer",
    "description": "Import recipes into cinc.kitchen from around the web. Just visit a page with a recipe and click the icon.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "webRequest",
        "",
        "background",
        "tabs"
    ]
}