Copy Me That
Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
Qu'est-ce que Copy Me That ?
Copy Me That est une extension Chrome développée par https://www.copymethat.com, et sa fonction principale est "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Me That
Téléchargez les fichiers d'extension Copy Me That 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
Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in one location. Edit copied recipes or add your own. Organize with tags. Add recipes to your shopping list and cross items off when you're in the supermarket. Plan meals with the meal planner. Share your recipes and get inspired by others.
Informations de Base sur l'Extension
Nom | Copy Me That |
ID | lgjinjcobiflbbnhenlfkcjpeeacklfl |
URL Officiel | https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl |
Description | Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in… |
Taille du Fichier | 28.18 KB |
Nombre d'Installations | 60,771 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2022-11-03 |
Date de Publication | 2020-03-27 |
Évaluation | 4.70/5 Total 94 Évaluations |
Développeur | https://www.copymethat.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.copymethat.com |
URL de la Page d'Aide | https://www.copymethat.com/contact/ |
URL de la Page de Politique de Confidentialité | https://www.copymethat.com/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Me That", "version": "1.2.3", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "*:\/\/button.copymethat.com\/*", "contextMenus", "cookies" ], "browser_action": { "name": "Copy me that!", "default_icon": "icon.png" }, "web_accessible_resources": [ "exists.gif", "spinner_25.gif" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |