Rezepthos

Collecting recipes made easy

Τι είναι το Rezepthos;

Το Rezepthos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rezepthos.com, και η κύρια λειτουργία του είναι "Collecting recipes made easy".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rezepthos

Λήψη αρχείων επέκτασης Rezepthos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rezepthos Rezepthos
ID pkicfcnpmkjgeciigfaagcgmgajaifek
Επίσημο URL https://chromewebstore.google.com/detail/rezepthos/pkicfcnpmkjgeciigfaagcgmgajaifek
Περιγραφή Collecting recipes made easy
Μέγεθος Αρχείου 15.12 KB
Αριθμός Εγκαταστάσεων 334
Τρέχουσα Έκδοση 0.0.6
Τελευταία Ενημέρωση 2019-02-13
Ημερομηνία Δημοσίευσης 2019-02-13
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://rezepthos.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://rezepthos.com
Υποστηριζόμενες Γλώσσες 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
}