LearnAwesome
Discover the learning resources from the web, and improve your learning by practicing flashcards.
O que é LearnAwesome?
LearnAwesome é uma extensão do Chrome desenvolvida por Polyglot.Network, e sua principal característica é "Discover the learning resources from the web, and improve your learning by practicing flashcards.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LearnAwesome
Baixe arquivos de extensão LearnAwesome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | LearnAwesome |
ID | mfmicnedcecjcchodnaijomibiplacie |
URL Oficial | https://chromewebstore.google.com/detail/learnawesome/mfmicnedcecjcchodnaijomibiplacie |
Descrição | Discover the learning resources from the web, and improve your learning by practicing flashcards. |
Tamanho do Arquivo | 41.97 KB |
Contagem de Instalações | 40 |
Versão Atual | 0.2.3 |
Última Atualização | 2020-02-25 |
Data de Publicação | 2020-02-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Polyglot.Network |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://learnawesome.org/ |
URL da Página de Ajuda | https://github.com/learn-awesome/webextension |
Idiomas Suportados | 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" ] } |