F-Lingo
F-Lingo helps you learn about selected words, phrases, and concepts.
F-Lingo क्या है?
F-Lingo flingo.extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "F-Lingo helps you learn about selected words, phrases, and concepts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में F-Lingo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
F-Lingo works on top of FutureLearn to help you learn about selected words, phrases, and concepts in the text you're reading. Implemented as a Chrome Extension, it is part of a research project on language learning at the University of Waikato, New Zealand.
एक्सटेंशन की मूल जानकारी
नाम | F-Lingo |
ID | gpnkpjgnifiokihiclgdclhcghhenpnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/f-lingo/gpnkpjgnifiokihiclgdclhcghhenpnk |
विवरण | F-Lingo helps you learn about selected words, phrases, and concepts. |
फ़ाइल का आकार | 719 KB |
स्थापना संख्या | 210 |
वर्तमान संस्करण | 0.0.1.15 |
अंतिम अपडेट | 2019-12-10 |
प्रकाशन तिथि | 2019-12-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | flingo.extension |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "F-Lingo", "description": "F-Lingo helps you learn about selected words, phrases, and concepts.", "version": "0.0.1.15", "browser_action": { "default_icon": "icon.png", "default_title": "To get started click anywhere on the black F-Lingo bar. \nIf you can't see the black bar, naviagte to FutureLearn and refresh the page" }, "content_scripts": [ { "matches": [ "https:\/\/www.futurelearn.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "\/scripts\/consent.js", "\/scripts\/survey.js", "\/scripts\/vocabtest.js", "\/scripts\/tracking.js", "\/scripts\/visualizing.js", "\/scripts\/interaction.js", "\/scripts\/processing.js", "\/scripts\/jquery-3.4.1.min.js", "\/scripts\/bootstrap.min.js", "\/css\/style.css", "\/css\/bootstrap.css", "\/css\/modal.css", "\/imgs\/loading.gif", "\/imgs\/logo.png", "\/imgs\/list.png", "\/imgs\/list-greyed.png", "\/imgs\/list-highlighted.png", "\/imgs\/flax-logo.png", "\/imgs\/wiktionary.png", "\/imgs\/wikipedia.png" ] } |