LearnAwesome
Discover the learning resources from the web, and improve your learning by practicing flashcards.
LearnAwesome क्या है?
LearnAwesome Polyglot.Network द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover the learning resources from the web, and improve your learning by practicing flashcards."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LearnAwesome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
LearnAwesome is humanity's universal learning map. This extension lets you see ratings for links and add links and your review to LearnAwesome.org. Simply click on the button and a form will be shown with the active tab's URL pre-filled. If the link already exists in LearnAwesome.org repository, then the corresponding item page will be shown. New feature: You can now create flashcards and save them to your LearnAwesome account from anywhere on the web. Let's say you're reading an article with a sentence like "India got its independence in 1947." and you'd like to practice and memorize this fact using spaced-repetition strategy. To do this, you can simply select "1947" -> right-click -> "Save as flashcard on LearnAwesome". "1947" will become the answer and the surrounding text like "India got its independence in ___ ?" will become the question. You will get a chance to edit these before saving. The URL of the page will also be saved. This lets you practice flashcards topic-wise.
एक्सटेंशन की मूल जानकारी
नाम | LearnAwesome |
ID | mfmicnedcecjcchodnaijomibiplacie |
आधिकारिक URL | https://chromewebstore.google.com/detail/learnawesome/mfmicnedcecjcchodnaijomibiplacie |
विवरण | Discover the learning resources from the web, and improve your learning by practicing flashcards. |
फ़ाइल का आकार | 41.97 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 0.2.3 |
अंतिम अपडेट | 2020-02-25 |
प्रकाशन तिथि | 2020-02-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Polyglot.Network |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://learnawesome.org/ |
सहायता पृष्ठ URL | https://github.com/learn-awesome/webextension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LearnAwesome", "version": "0.2.3", "description": "Discover the learning resources from the web, and improve your learning by practicing flashcards.", "manifest_version": 2, "background": { "scripts": [ "browser-polyfill.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Add or search this page on LearnAwesome.org", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "permissions": [ "activeTab", "contextMenus" ] } |