Gourmet Recipe Manager
Recipe importer and manager for chrome.
Qu'est-ce que Gourmet Recipe Manager ?
Gourmet Recipe Manager est une extension Chrome développée par tmhinkle, et sa fonction principale est "Recipe importer and manager for chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gourmet Recipe Manager
Téléchargez les fichiers d'extension Gourmet Recipe Manager 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
Recipe Importer for Chrome. Works in tandem with recipe database at https://www.gourmetrecipemanager.com to allow users to store recipes from websites locally and in the cloud for later search and retrieval. This is the first release of a web-based port of the award-winning Gourmet Recipe Manager desktop free software. Currently, we support basic search, assisted import from websites, multiplying recipes, setting timers, highlighting ingredients, and generating shopping lists.
Informations de Base sur l'Extension
Nom | Gourmet Recipe Manager |
ID | bhneoidcckdhbjhmcpgbhhnapbbbojik |
URL Officiel | https://chromewebstore.google.com/detail/gourmet-recipe-manager/bhneoidcckdhbjhmcpgbhhnapbbbojik |
Description | Recipe importer and manager for chrome. |
Taille du Fichier | 981 KB |
Nombre d'Installations | 118 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-07-13 |
Date de Publication | 2020-07-12 |
Développeur | tmhinkle |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.gourmetrecipemanager.com |
URL de la Page d'Aide | https://www.gourmetrecipemanager.com/support |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gourmet Recipe Manager", "short_name": "Gourmet", "description": "Recipe importer and manager for chrome.", "version": "0.1", "manifest_version": 2, "icons": { "128": "GourmetChromeIcon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/cookie.png", "default_title": "Gourmet click" }, "permissions": [ "activeTab", "contextMenus" ], "externally_connectable": { "matches": [ "https:\/\/www.gourmetrecipemanager.com\/*", "https:\/\/gourmetrecipemanager.com\/*", "https:\/\/localhost:*\/*", "http:\/\/localhost:*\/*" ] }, "web_accessible_resources": [ "embed.js", "images\/cookie.png", "background.js.map", "content.js.map", "embed.js.map" ] } |