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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.copymethat.com/contact/
عنوان صفحة سياسة الخصوصية 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"
    }
}