Zorbi - Flashcards from PDFs and Notion

Zorbi makes studying easier and faster through flashcards that predict when you're going to forget them. Learn more about Zorbi at…

Zorbi - Flashcards from PDFs and Notionคืออะไร?

Zorbi - Flashcards from PDFs and Notion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zorbi และคุณลักษณะหลักของมันคือ "Zorbi makes studying easier and faster through flashcards that predict when you're going to forget them. Learn more about Zorbi at…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zorbi - Flashcards from PDFs and Notion

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

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

                        Zorbi makes studying easier and faster through flashcards that predict when you're going to forget them.

Learn more about Zorbi at https://zorbi.cards

FLASHCARDS FROM CHROME

- Create flashcards from any website or PDF
- Select some text, and right click to create a flashcard to quickly create a card.
- Add screenshots, pictures and text directly inside the extension.

FLASHCARDS FROM NOTION
- Write notes in Notion and easily turn them into flashcards
- Surround text with curly brackets to make cloze deletions ( {{Asia}} is the world's biggest continent)
- Use two colons to create rich flashcards with images and markdown in Notion (e.g. What does USA stand for? :: United States of America)

SPACED-REPETITION

- Zorbi reminds you when it's time to review the cards you want to remember, so that you never forget them again.

CONVENIENT-LEARNING

- Zorbi makes learning easy by taking the 'what' and 'how' out of the picture.
- Two clicks on your phone or laptop is all it takes to get started with a 10-minute review session.

HIGH-QUALITY, CURATED DECKS

- Our curated flashcard gallery brings you learnings from authors, podcasters, and other Zorbi users.
- That's valuable life lessons and big ideas- all in one app.                    

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

ชื่อ Zorbi - Flashcards from PDFs and Notion Zorbi - Flashcards from PDFs and Notion
ID cionjeaneeijknieabfgfiidhhjlkbcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zorbi-flashcards-from-pdf/cionjeaneeijknieabfgfiidhhjlkbcm
คำอธิบาย Zorbi makes studying easier and faster through flashcards that predict when you're going to forget them. Learn more about Zorbi at…
ขนาดไฟล์ 3.69 MB
จำนวนการติดตั้ง 26,097
เวอร์ชันปัจจุบัน 3.98.9
อัปเดตครั้งล่าสุด 2022-03-06
วันที่เผยแพร่ 2021-01-11
คะแนน 4.80/5 รวมทั้งหมด 115 คะแนน
ผู้พัฒนา Zorbi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zorbi.cards
URL หน้าช่วยเหลือ https://zorbi.cards
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Zorbi",
    "name": "Zorbi - Flashcards from PDFs and Notion",
    "version": "3.98.9",
    "manifest_version": 2,
    "icons": {
        "192": "icon192.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "authentication.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "css": [
                "css\/notion.css",
                "css\/spinner.css"
            ],
            "js": [
                "notion.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "notifications",
        "alarms"
    ],
    "optional_permissions": [
        "https:\/\/www.notion.so\/"
    ],
    "web_accessible_resources": [
        "icon192.png",
        "icon192error.png",
        "\/media\/logo.svg",
        "logo.svg",
        "close.svg",
        "frame.html",
        "index.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/zorbi.app\/*",
            "https:\/\/zorbi-staging-1.web.app\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "commands": {
        "toggle-ext": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle the extension"
        },
        "send-to-front": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Send selected text to the front"
        },
        "send-to-back": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Send selected text to the back"
        }
    }
}