Kumo Study

Kumo lets you time study using a pomodoro timer, set daily tasks, bookmark then cite the web, and block distracting sites.

Kumo Studyคืออะไร?

Kumo Study เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kumostudy.com และคุณลักษณะหลักของมันคือ "Kumo lets you time study using a pomodoro timer, set daily tasks, bookmark then cite the web, and block distracting sites."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Access a pomodoro timer from any website and customise the duration of your sprints, short breaks and long breaks. Add tasks to stay accountable, then tick them off and watch your progress for the week improve. Stay focused by blocking distracting sites. Choose your blocking schedule to match when you're doing work. 

Bookmark relevant information on the web by highlighting, right clicking, then selecting 'Bookmark text' using your browser's context window. Choose a folder to put your bookmark in, add notes, and update the site's metadata with your preferences. Browse your bookmarks as your write and easily cite them in APA, MLA or Chicago styles.                    

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

ชื่อ Kumo Study Kumo Study
ID chgiimplfkngbhkgaongceakpeijgdii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kumo-study/chgiimplfkngbhkgaongceakpeijgdii
คำอธิบาย Kumo lets you time study using a pomodoro timer, set daily tasks, bookmark then cite the web, and block distracting sites.
ขนาดไฟล์ 26.66 MB
จำนวนการติดตั้ง 371
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2022-10-26
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://kumostudy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kumostudy.com
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1deobymyFC8VnjhRDPpJRo70pSTKC-kUQ
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kumo Study",
    "version": "1.2.0",
    "description": "Kumo lets you time study using a pomodoro timer, set  daily tasks, bookmark then cite the web, and block distracting sites.",
    "icons": {
        "16": "assets\/img\/app-icons\/icon16.png",
        "48": "assets\/img\/app-icons\/icon48.png",
        "128": "assets\/img\/app-icons\/icon128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/css\/kumo-app.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/kumo-app.css",
                "assets\/fonts\/WorkSans-Regular.ttf",
                "assets\/ico\/close.svg",
                "assets\/ico\/open.svg",
                "assets\/img\/signInIllustration.svg",
                "assets\/ico\/bookmark.svg",
                "assets\/ico\/folder.svg",
                "assets\/ico\/angle-down.svg",
                "assets\/ico\/paperclipBlack.svg",
                "assets\/ico\/tBlack.svg",
                "assets\/ico\/gradCap.svg",
                "assets\/ico\/penNavy.svg",
                "assets\/sound\/end-sound.mp3",
                "assets\/ico\/close.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "views\/popup.html"
    }
}