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…

Co je Copy Me That?

Copy Me That je rozšíření Chrome vyvinuté https://www.copymethat.com, a jeho hlavní funkcí je „Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Copy Me That

Stáhněte si soubory rozšíření Copy Me That ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Copy Me That Copy Me That
ID lgjinjcobiflbbnhenlfkcjpeeacklfl
Oficiální URL https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl
Popis Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
Velikost souboru 28.18 KB
Počet instalací 60,771
Aktuální Verze 1.2.3
Poslední Aktualizace 2022-11-03
Datum Vydání 2020-03-27
Hodnocení 4.70/5 Celkem 94 Hodnocení
Vývojář https://www.copymethat.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.copymethat.com
URL Stránky Nápovědy https://www.copymethat.com/contact/
URL Stránky Zásad Ochrany Soukromí https://www.copymethat.com/privacy
Podporované Jazyky 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"
    }
}