FYM - Free Your Mind
Save the start date of a service, the release date of a web series, auctions and many things from YOUR Web
FYM - Free Your Mind क्या है?
FYM - Free Your Mind MonkeyTime द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save the start date of a service, the release date of a web series, auctions and many things from YOUR Web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FYM - Free Your Mind एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Free Your Mind and save the start date of a service, save the release date of a web series, save auctions, save MOOC and many things from YOUR Web. Create alarm by date and clock or by countdown for each item added. Want a hand access to delete manually item from your list ? visit "options" page of the plugin.
एक्सटेंशन की मूल जानकारी
नाम | FYM - Free Your Mind |
ID | fgpnbkajfdgggieepmpanicongciddcj |
आधिकारिक URL | https://chromewebstore.google.com/detail/fym-free-your-mind/fgpnbkajfdgggieepmpanicongciddcj |
विवरण | Save the start date of a service, the release date of a web series, auctions and many things from YOUR Web |
फ़ाइल का आकार | 100 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2014-05-27 |
प्रकाशन तिथि | 2014-05-19 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | MonkeyTime |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://monkeytime.be |
समर्थित भाषाएँ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FYM - Free Your Mind", "version": "0.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "description": "__MSG_extDesc__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "alarms", "notifications", "background" ], "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "fym.html" }, "content_scripts": [ { "js": [ "fym.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "persistent": true, "scripts": [ "background.js" ] } } |