Rezepthos

Collecting recipes made easy

¿Qué es Rezepthos?

Rezepthos es una extensión de Chrome desarrollada por https://rezepthos.com, y su función principal es "Collecting recipes made easy".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Rezepthos

Descarga archivos de extensión Rezepthos en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Rezepthos is the ultimative app to collect your favorite recipes from all over the web and print. You can take them now everywhere and send them to your friends with ease.

With this extension, you can now import recipes into Rezepthos even easier. Visit Rezepthos and login, to connect the extension with your account. When you visited a supported website, the extension icon turns green and you can import the recipe with one click. On not (yet) supported pages, you can mark the recipe name, directions or ingredients, open the context menu (clicking with your right mouse button) and select one option. After all information are copied, click on save and your recipe is added to your Rezepthos account!                    

Información Básica de la Extensión

Nombre Rezepthos Rezepthos
ID pkicfcnpmkjgeciigfaagcgmgajaifek
URL Oficial https://chromewebstore.google.com/detail/rezepthos/pkicfcnpmkjgeciigfaagcgmgajaifek
Descripción Collecting recipes made easy
Tamaño del Archivo 15.12 KB
Cantidad de Instalaciones 334
Versión Actual 0.0.6
Última Actualización 2019-02-13
Fecha de Publicación 2019-02-13
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador https://rezepthos.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://rezepthos.com
Idiomas Soportados de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Rezepthos",
    "version": "0.0.6",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Rezepthos importer"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rezepthos.com\/*"
            ],
            "js": [
                "token.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}