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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}