Fullscreen Plus

Full screen websites without address/tabs bar

Fullscreen Plusคืออะไร?

Fullscreen Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trishul.goel และคุณลักษณะหลักของมันคือ "Full screen websites without address/tabs bar"

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

screenshot

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

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

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

                        Go distraction free full screen.
Mac/Windows/Linux - Control+Shift+F                    

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

ชื่อ Fullscreen Plus Fullscreen Plus
ID doebahemngchadpfcadamjapeiceakli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fullscreen-plus/doebahemngchadpfcadamjapeiceakli
คำอธิบาย Full screen websites without address/tabs bar
ขนาดไฟล์ 4.79 KB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-12-31
วันที่เผยแพร่ 2018-12-28
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา trishul.goel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Plus",
    "description": "Full screen websites without address\/tabs bar",
    "version": "2.0",
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ]
}