One Key Full Screen

Full screen with one click on the button and not need any permission.

One Key Full Screenคืออะไร?

One Key Full Screen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kerwin Che และคุณลักษณะหลักของมันคือ "Full screen with one click on the button and not need any permission."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Key Full Screen

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

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

                        Full screen with one click on the button and not need any permission.                    

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

ชื่อ One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
คำอธิบาย Full screen with one click on the button and not need any permission.
ขนาดไฟล์ 9.35 KB
จำนวนการติดตั้ง 741
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-03-01
วันที่เผยแพร่ 2015-02-28
คะแนน 3.73/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Kerwin Che
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extDescription__"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [],
    "version": "1.0.0"
}