Rezepthos
Collecting recipes made easy
Qu'est-ce que Rezepthos ?
Rezepthos est une extension Chrome développée par https://rezepthos.com, et sa fonction principale est "Collecting recipes made easy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rezepthos
Téléchargez les fichiers d'extension Rezepthos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Rezepthos |
ID | pkicfcnpmkjgeciigfaagcgmgajaifek |
URL Officiel | https://chromewebstore.google.com/detail/rezepthos/pkicfcnpmkjgeciigfaagcgmgajaifek |
Description | Collecting recipes made easy |
Taille du Fichier | 15.12 KB |
Nombre d'Installations | 334 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2019-02-13 |
Date de Publication | 2019-02-13 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | https://rezepthos.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://rezepthos.com |
Langues Prises en Charge | 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 } |