Carden - Flashcards with Spaced Repetition

Grow your knowledge with flashcards and gamification while browsing the web.

Carden - Flashcards with Spaced Repetition란 무엇입니까?

Carden - Flashcards with Spaced Repetition은(는) http://getcarden.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grow your knowledge with flashcards and gamification while browsing the web."입니다.

확장 프로그램 스크린샷

screenshot

Carden - Flashcards with Spaced Repetition 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Carden is a Chrome Extension that helps you turn the content you consume into long-term knowledge. Create flashcards in context, view in-depth stats, collect points and level up, and much more.

FEATURES
🔬 Practice using spaced repetition based on the evidence-based SM2 algorithm
✏️ Create flashcards in context whenever you read something interesting
🗄️ Organize your flashcards into decks
🏆 Collect points and level up as you practice and grow your knowledge
🧩 Cross-compatible with apps like Anki, Quizlet, Brainscape, and more
📦 Import and export flashcards as .txt and .csv files
📊 View and download in-depth stats
...and much more!

Want to self-host, add new features to Carden, or even make your own flashcard app? Feel free to check out the code on GitHub! 👉 https://github.com/alyssaxuu/carden

Carden was made by Anne-Laure Le Cunff and Alyssa X                    

확장 프로그램 기본 정보

이름 Carden - Flashcards with Spaced Repetition Carden - Flashcards with Spaced Repetition
ID effdlfnfholapaddppkjmkhmfgdbeomj
공식 URL https://chrome.google.com/webstore/detail/carden-flashcards-with-sp/effdlfnfholapaddppkjmkhmfgdbeomj
설명 Grow your knowledge with flashcards and gamification while browsing the web.
파일 크기 4.96 MB
설치 횟수 550
현재 버전 1.0.4
최근 업데이트 2021-06-18
출시 날짜 2021-06-14
평점 3.25/5 총 8 개의 평점
개발자 http://getcarden.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://getcarden.com
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1-ICgBiDN7_1LuGGfK6wEe2DvDSnAy_nHlYCMiukjK2Q/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carden - Flashcards with Spaced Repetition",
    "version": "1.0.4",
    "description": "Grow your knowledge with flashcards and gamification while browsing the web.",
    "background": {
        "scripts": [
            "js\/ExtPay.js",
            "js\/background.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjPdBnvWvgwoXwX767PqA3lhSlMN49TUYekh8\/nrq8rrkEbypECHdAv0oY19xbrQDBwvDLEKaE6uchp7lgB\/e50SwNh7sSrKKMWglYhEwnTVbECkkRH58\/pRQQsmF+xWoUHOUUivdM7tASMtryoxlXu1GeW8NTfwDaV0h5pK5qCNPc1kqz4oBl4Ff+E7N8dHqc+LAxCym7N6Se\/pJWp4UlEmWUZ9D0HPt25B61RigZpQNyqet64HMy\/u7k06JOutMblt3JUQ5JZ4yiISKAwrWVLWMk8jcaFVEkzb78+yzEKXmU49be4yOJbZmdN+gvjhTd9HRls7BKGaR8+49zz9jwQIDAQAB",
    "oauth2": {
        "client_id": "89741484063-4dc9gjdcqhschtsfj9himns722l5r7ro.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "js\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/charts\/loader.js https:\/\/extensionpay.com; object-src 'self'",
    "browser_action": {
        "name": "Flashcard",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "assets\/extension-icons\/logo-16.png",
        "128": "assets\/extension-icons\/logo-128.png",
        "48": "assets\/extension-icons\/logo-48.png"
    },
    "web_accessible_resources": [
        "assets\/images\/*",
        "css\/*",
        "js\/jquery-3.5.1.min.js",
        "js\/overlay.js",
        "html\/overlay.html",
        "html\/new-card.html",
        "html\/settings.html",
        "html\/stats.html",
        "html\/logged-in.html",
        "html\/log-in.html",
        "html\/context.html"
    ],
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "identity",
        "identity.email",
        "storage",
        "https:\/\/alyssax.com\/",
        "downloads",
        "tabs"
    ]
}