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”。
擴展截圖
下載myTaste Browser Button擴展crx文件
下載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 |
ID | kmfnnmioagmcopmmbdfpodhcpnehddbi |
官方網址 | 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 } } |