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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Copy Me That擴展crx文件

下載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
官方網址 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"
    }
}