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…

Wat is Copy Me That?

Copy Me That is een Chrome-extensie ontwikkeld door https://www.copymethat.com, en de belangrijkste functie is "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Copy Me That

Download Copy Me That-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Copy Me That Copy Me That
ID lgjinjcobiflbbnhenlfkcjpeeacklfl
Officiële URL https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl
Beschrijving Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
Bestandsgrootte 28.18 KB
Aantal Installaties 60,771
Huidige Versie 1.2.3
Laatst Bijgewerkt 2022-11-03
Publicatiedatum 2020-03-27
Beoordeling 4.70/5 Totaal 94 Beoordelingen
Ontwikkelaar https://www.copymethat.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.copymethat.com
Help Pagina-URL https://www.copymethat.com/contact/
URL van de Privacybeleid Pagina https://www.copymethat.com/privacy
Ondersteunde Talen 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"
    }
}