LearnAwesome
Discover the learning resources from the web, and improve your learning by practicing flashcards.
什麼是LearnAwesome?
LearnAwesome是由Polyglot.Network開發的Chrome擴展程式,該擴展的主要功能是“Discover the learning resources from the web, and improve your learning by practicing flashcards.”。
擴展截圖
下載LearnAwesome擴展crx文件
下載LearnAwesome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | mfmicnedcecjcchodnaijomibiplacie |
| 官方網址 | 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"
]
} | |