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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LearnAwesome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}