LearnAwesome

Discover the learning resources from the web, and improve your learning by practicing flashcards.

Qu'est-ce que LearnAwesome ?

LearnAwesome est une extension Chrome développée par Polyglot.Network, et sa fonction principale est "Discover the learning resources from the web, and improve your learning by practicing flashcards.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LearnAwesome

Téléchargez les fichiers d'extension LearnAwesome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LearnAwesome LearnAwesome
ID mfmicnedcecjcchodnaijomibiplacie
URL Officiel https://chromewebstore.google.com/detail/learnawesome/mfmicnedcecjcchodnaijomibiplacie
Description Discover the learning resources from the web, and improve your learning by practicing flashcards.
Taille du Fichier 41.97 KB
Nombre d'Installations 40
Version Actuelle 0.2.3
Dernière Mise à Jour 2020-02-25
Date de Publication 2020-02-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Polyglot.Network
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://learnawesome.org/
URL de la Page d'Aide https://github.com/learn-awesome/webextension
Langues Prises en Charge 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"
    ]
}