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…

What is Copy Me That?

Copy Me That is a Chrome extension developed by https://www.copymethat.com, and its main feature is "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Copy Me That Extension CRX File

Download Copy Me That extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Copy Me That Copy Me That
ID lgjinjcobiflbbnhenlfkcjpeeacklfl
Official URL https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl
Description Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
File Size 28.18 KB
Installation Count 60,771
Current Version 1.2.3
Last Updated 2022-11-03
Publish Date 2020-03-27
Rating 4.70/5 Total 94 Ratings
Developer https://www.copymethat.com
Email [email protected]
Payment Type free
Extension Website http://www.copymethat.com
Help Page URL https://www.copymethat.com/contact/
Privacy Policy Page URL https://www.copymethat.com/privacy
Supported Languages 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"
    }
}