myTaste Browser Button

Save recipes from any website, anywhere

myTaste Browser Button란 무엇입니까?

myTaste Browser Button은(는) https://www.mytasteus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save recipes from any website, anywhere"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

myTaste Browser Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The myTaste Browser Button lets you save recipes from any food blog or website to your personal cookbooks!

You can access all your saved recipes from the myTaste website and iOS/Android app.                    

확장 프로그램 기본 정보

이름 myTaste Browser Button myTaste Browser Button
ID kmfnnmioagmcopmmbdfpodhcpnehddbi
공식 URL https://chromewebstore.google.com/detail/mytaste-browser-button/kmfnnmioagmcopmmbdfpodhcpnehddbi
설명 Save recipes from any website, anywhere
파일 크기 1.41 MB
설치 횟수 10,518
현재 버전 0.9.39
최근 업데이트 2017-05-17
출시 날짜 2017-05-17
평점 4.29/5 총 48 개의 평점
개발자 https://www.mytasteus.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.mytaste.com/plugin
개인정보 보호 정책 페이지 URL http://www.mytaste.com/about/privacy
지원되는 언어 de,en,fr,nl,no,tr,ca,da,es,hr,it,hu,pl,pt-BR,pt-PT,sk,fi,sv,cs,el,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extCompany__",
    "version": "0.9.39",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "mt_16.png",
        "48": "mt_48.png",
        "128": "mt_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "mt_19.png",
            "38": "mt_38.png"
        },
        "default_title": "__MSG_extCompany__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "notifications",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}