Buboflash

helps with learning

Buboflashคืออะไร?

Buboflash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://buboflash.eu และคุณลักษณะหลักของมันคือ "helps with learning"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buboflash

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

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

                        BUBOFLASH IS A COMPLETE LEARNING SYSTEM
* You read internet or pdfs (why give up on paper books? scan them & upload them and use them privately).
* You annotate interesting parts or...
* ... you follow your friends' annotations.
* Buboflash collects all annotations in a priority queue for reviewing.
* You review for days and weeks, and when you want to memorise a fact,
* you convert an annotation to a flashcard: a pair of question and answer.
* You repeat it and Buboflash schedules repetitions for you - completely automatically.

BUBOFLASH IS SMART
* Repetitions will guarantee that you remember it all - almost all actually!
* Buboflash will be increasing intervals between repetitions - 1 day, 3 days, a week, 10 days, a month etc - adapting to YOUR memory and to every flashcard individually
* You will repeat only what you need and only when you need it. No time wasted. Relax. All planning is done for you.
* 100 flashcards, 1,000 flaschards, 10,000 flashcards, more!
 
BUBOFLASH IS SOCIAL
* Annotate books together.
* Share annotations, flashcards and even pdfs - if you choose to do so.
* No conflicts anymore, everything is versioned, everybody can pick their "version of truth" :-)                    

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

ชื่อ Buboflash Buboflash
ID kaejnklcabffonfpbmfmiklppnpjipfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/buboflash/kaejnklcabffonfpbmfmiklppnpjipfh
คำอธิบาย helps with learning
ขนาดไฟล์ 6.03 MB
จำนวนการติดตั้ง 241
เวอร์ชันปัจจุบัน 2024.1.21.1
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2019-03-31
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://buboflash.eu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://buboflash.eu/
URL หน้านโยบายความเป็นส่วนตัว https://buboflash.eu/bubo5/tal-static-fullscreen-forall/annotations-privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Buboflash",
    "description": "helps with learning",
    "version": "2024.1.21.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon-disabled.png",
        "default_title": "Buboflash",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "contextMenus",
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/bootstrap-3.3.7-dist\/*",
                "static\/jquery-ui-1.12.1.custom\/*",
                "static\/fontawesome-free-5.6.3-web\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+B"
            },
            "description": "Start Buboflash Extension"
        },
        "selectionToReadingPoint": {
            "description": "Selection -> Reading point",
            "suggested_key": {
                "default": "Alt+R"
            }
        },
        "goToReadingPoint": {
            "suggested_key": {
                "default": "Alt+G"
            },
            "description": "Go to reading point"
        },
        "selectionToNewAnnotation": {
            "suggested_key": {
                "default": "Alt+N"
            },
            "description": "Selection -> Annotation"
        },
        "selectionToNewFlashcardQaQ": {
            "description": "Selection -> Flashcard Question, Answer -> other field"
        },
        "selectionToNewFlashcardQaA": {
            "description": "Selection -> Flashcard Answer, Question -> other field"
        },
        "selectionToOtherField": {
            "description": "Selection -> Other Field"
        },
        "selectionResetOtherField": {
            "description": "Reset Other Field"
        }
    },
    "homepage_url": "https:\/\/buboflash.eu\/",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}