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 |
公式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 |
Eメール | [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 } } |