myTaste Browser Button

Save recipes from any website, anywhere

myTaste Browser Buttonคืออะไร?

myTaste Browser Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mytasteus.com และคุณลักษณะหลักของมันคือ "Save recipes from any website, anywhere"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย myTaste Browser Button

ดาวน์โหลดไฟล์ส่วนขยาย myTaste Browser Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}