One tsp. Recipe Clipper

Copy recipes from supported web sites to your One tsp. recipe collection.

One tsp. Recipe Clipper란 무엇입니까?

One tsp. Recipe Clipper은(는) https://onetsp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy recipes from supported web sites to your One tsp. recipe collection."입니다.

확장 프로그램 스크린샷

screenshot

One tsp. Recipe Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The One tsp. recipe clipper allows you to save recipes from anywhere on the web with just one click!                    

확장 프로그램 기본 정보

이름 One tsp. Recipe Clipper One tsp. Recipe Clipper
ID dbjalipgbmiicadebpphmjlhkedpoffp
공식 URL https://chromewebstore.google.com/detail/one-tsp-recipe-clipper/dbjalipgbmiicadebpphmjlhkedpoffp
설명 Copy recipes from supported web sites to your One tsp. recipe collection.
파일 크기 21.29 KB
설치 횟수 367
현재 버전 1.0.3
최근 업데이트 2019-01-17
출시 날짜 2019-01-17
개발자 https://onetsp.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://onetsp.com/support
개인정보 보호 정책 페이지 URL https://onetsp.com/legal
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One tsp. Recipe Clipper",
    "description": "Copy recipes from supported web sites to your One tsp. recipe collection.",
    "version": "1.0.3",
    "icons": {
        "16": "icon_circle_16.png",
        "32": "icon_circle_32.png",
        "48": "icon_circle_48.png",
        "128": "icon_circle_128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/onetsp.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}