Scratch Fullscreen

Actual Fullscreen feature for Scratch (scratch.mit.edu)

Scratch Fullscreenคืออะไร?

Scratch Fullscreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TeramotoDaiki และคุณลักษณะหลักของมันคือ "Actual Fullscreen feature for Scratch (scratch.mit.edu)"

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

screenshot
screenshot

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

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

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

                        Unofficial extension for Scrath (scratch.mit.edu). It makes possible actual (browser native) fullscreen mode.                    

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

ชื่อ Scratch Fullscreen Scratch Fullscreen
ID gihphjdlkigognnhkankfjcclijhadpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scratch-fullscreen/gihphjdlkigognnhkankfjcclijhadpe
คำอธิบาย Actual Fullscreen feature for Scratch (scratch.mit.edu)
ขนาดไฟล์ 14.97 KB
จำนวนการติดตั้ง 1,630
เวอร์ชันปัจจุบัน 3
อัปเดตครั้งล่าสุด 2020-08-28
วันที่เผยแพร่ 2020-08-19
คะแนน 2.76/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา TeramotoDaiki
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/teramotodaiki/scratch-fullscreen
URL หน้าช่วยเหลือ https://github.com/teramotodaiki/scratch-fullscreen/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scratch Fullscreen",
    "description": "Actual Fullscreen feature for Scratch (scratch.mit.edu)",
    "version": "3",
    "author": "Teramoto Daiki",
    "short_name": "Scratch Fullscreen",
    "icons": {
        "16": "icons\/i16.png",
        "48": "icons\/i48.png",
        "128": "icons\/i128.png"
    },
    "minimum_chrome_version": "45",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ],
            "all_frames": true
        }
    ]
}