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…

Hvad er Copy Me That?

Copy Me That er en Chrome-udvidelse udviklet af https://www.copymethat.com, og dens hovedfunktion er "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Copy Me That-udvidelses-CRX-fil

Download Copy Me That-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Copy Me That Copy Me That
ID lgjinjcobiflbbnhenlfkcjpeeacklfl
Officiel URL https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl
Beskrivelse Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
Filstørrelse 28.18 KB
Antal Installationer 60,771
Nuværende Version 1.2.3
Senest Opdateret 2022-11-03
Udgivelsesdato 2020-03-27
Bedømmelse 4.70/5 Samlet 94 Bedømmelser
Udvikler https://www.copymethat.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.copymethat.com
Hjælpeside-URL https://www.copymethat.com/contact/
URL til Fortrolighedspolitik Side https://www.copymethat.com/privacy
Understøttede Sprog 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"
    }
}