Spaced-Repetition in Notion - Repetify

The most effective, science-backed way to study, now in Notion.

Spaced-Repetition in Notion - Repetifyคืออะไร?

Spaced-Repetition in Notion - Repetify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย repetify.com และคุณลักษณะหลักของมันคือ "The most effective, science-backed way to study, now in Notion."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spaced-Repetition in Notion - Repetify

ดาวน์โหลดไฟล์ส่วนขยาย Spaced-Repetition in Notion - Repetify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Repetify uses the same Spaced Repetition Algorithm as Anki so you only study information you're about to forget.

⭐️ Repetify highlights a block in your notes when it's time to study it again.
🚩 Repetify automatically color-codes your notes.
💻 Repetify supports both toggle and indented-text formatted notes

The most effective, science-backed way to study, now in Notion. 
No more copy-pasting your notes into Anki. It's easy, effective studying from now on.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spaced-Repetition in Notion - Repetify Spaced-Repetition in Notion - Repetify
ID gloldpghbjmemjddgapkonmeiggbgihb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spaced-repetition-in-noti/gloldpghbjmemjddgapkonmeiggbgihb
คำอธิบาย The most effective, science-backed way to study, now in Notion.
ขนาดไฟล์ 23.43 KB
จำนวนการติดตั้ง 1,176
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2022-12-11
วันที่เผยแพร่ 2022-03-20
คะแนน 3.37/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา repetify.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.repetify.com
URL หน้านโยบายความเป็นส่วนตัว https://repetify.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spaced-Repetition in Notion - Repetify",
    "description": "The most effective, science-backed way to study, now in Notion.",
    "version": "0.0.7",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/favicon-16x16.png",
            "32": "\/favicon-32x32.png"
        }
    },
    "icons": {
        "16": "\/favicon-16x16.png",
        "32": "\/favicon-32x32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.repetify.com\/*"
            ],
            "js": [
                "repetify-content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/cached.svg",
                "block_functions\/getSelectedBlockId.js",
                "block_functions\/isValidBlock.js",
                "helper_functions\/createContentObserver.js",
                "helper_functions\/keybindings.js",
                "helper_functions\/rateBlock.js",
                "helper_functions\/sendBlockPOSTRequest.js",
                "helper_functions\/setEndOfContenteditable.js",
                "helper_functions\/shortcuts.js",
                "helper_functions\/sleep.js",
                "SRS_functions\/getDueIn.js",
                "SRS_functions\/useAlgorithm.js",
                "scripts\/blocksContentScript.js",
                "scripts\/contentScript.js"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ]
        }
    ],
    "content_security_policy": {
        "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
    }
}