Rezepthos

Collecting recipes made easy

Wat is Rezepthos?

Rezepthos is een Chrome-extensie ontwikkeld door https://rezepthos.com, en de belangrijkste functie is "Collecting recipes made easy".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Rezepthos

Download Rezepthos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Rezepthos Rezepthos
ID pkicfcnpmkjgeciigfaagcgmgajaifek
Officiële URL https://chromewebstore.google.com/detail/rezepthos/pkicfcnpmkjgeciigfaagcgmgajaifek
Beschrijving Collecting recipes made easy
Bestandsgrootte 15.12 KB
Aantal Installaties 334
Huidige Versie 0.0.6
Laatst Bijgewerkt 2019-02-13
Publicatiedatum 2019-02-13
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://rezepthos.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rezepthos.com
Ondersteunde Talen 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
}