myTaste Browser Button
Save recipes from any website, anywhere
myTaste Browser Button क्या है?
myTaste Browser Button https://www.mytasteus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save recipes from any website, anywhere"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में myTaste Browser Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } } |