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…

Что такое Copy Me That?

Copy Me That - это расширение Chrome, разработанное https://www.copymethat.com, и его основная функция - "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Copy Me That

Скачайте файлы расширений Copy Me That в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Copy Me That Copy Me That
ID lgjinjcobiflbbnhenlfkcjpeeacklfl
Официальный URL https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl
Описание Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
Размер файла 28.18 KB
Количество установок 60,771
Текущая Версия 1.2.3
Последнее Обновление 2022-11-03
Дата публикации 2020-03-27
Рейтинг 4.70/5 Всего 94 оценок
Разработчик https://www.copymethat.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.copymethat.com
URL страницы помощи https://www.copymethat.com/contact/
URL страницы политики конфиденциальности https://www.copymethat.com/privacy
Поддерживаемые языки 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"
    }
}