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…
Was ist Copy Me That?
Copy Me That ist eine Chrome-Erweiterung, die von https://www.copymethat.com entwickelt wurde, und ihr Hauptmerkmal ist "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".
Erweiterungsscreenshots
Copy Me That-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Me That-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
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.
Grundlegende Informationen zur Erweiterung
Name | Copy Me That |
ID | lgjinjcobiflbbnhenlfkcjpeeacklfl |
Offizielle URL | https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl |
Beschreibung | Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in… |
Dateigröße | 28.18 KB |
Installationsanzahl | 60,771 |
Aktuelle Version | 1.2.3 |
Letztes Update | 2022-11-03 |
Veröffentlichungsdatum | 2020-03-27 |
Bewertung | 4.70/5 Insgesamt 94 Bewertungen |
Entwickler | https://www.copymethat.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.copymethat.com |
Hilfeseite URL | https://www.copymethat.com/contact/ |
URL der Datenschutzrichtlinien-Seite | https://www.copymethat.com/privacy |
Unterstützte Sprachen | 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" } } |