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é es Copy Me That?
Copy Me That es una extensión de Chrome desarrollada por https://www.copymethat.com, y su función principal es "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Copy Me That
Descarga archivos de extensión Copy Me That en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Copy Me That |
ID | lgjinjcobiflbbnhenlfkcjpeeacklfl |
URL Oficial | https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl |
Descripción | Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in… |
Tamaño del Archivo | 28.18 KB |
Cantidad de Instalaciones | 60,771 |
Versión Actual | 1.2.3 |
Última Actualización | 2022-11-03 |
Fecha de Publicación | 2020-03-27 |
Calificación | 4.70/5 Total de 94 Calificaciones |
Desarrollador | https://www.copymethat.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.copymethat.com |
URL de la Página de Ayuda | https://www.copymethat.com/contact/ |
URL de la Página de Política de Privacidad | https://www.copymethat.com/privacy |
Idiomas Soportados | 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" } } |