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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Copy Me That एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}