Rezepthos
Collecting recipes made easy
Was ist Rezepthos?
Rezepthos ist eine Chrome-Erweiterung, die von https://rezepthos.com entwickelt wurde, und ihr Hauptmerkmal ist "Collecting recipes made easy".
Erweiterungsscreenshots
Rezepthos-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rezepthos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Rezepthos |
ID | pkicfcnpmkjgeciigfaagcgmgajaifek |
Offizielle URL | https://chromewebstore.google.com/detail/rezepthos/pkicfcnpmkjgeciigfaagcgmgajaifek |
Beschreibung | Collecting recipes made easy |
Dateigröße | 15.12 KB |
Installationsanzahl | 334 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2019-02-13 |
Veröffentlichungsdatum | 2019-02-13 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | https://rezepthos.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://rezepthos.com |
Unterstützte Sprachen | 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 } |