One Click To Full Screen Window

To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.

One Click To Full Screen Windowคืออะไร?

One Click To Full Screen Window เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codebrary.com และคุณลักษณะหลักของมันคือ "To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar."

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

screenshot
screenshot

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

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

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

                        An easy, powerful one click full screen window is a google chrome web browser extension that makes your browsing experience in full screen.
To get started with this new tool in your internet web browser, simply click on the Full Screen extension icon in your browser toolbar. 
For your  reference icon is highlighted on the attached screenshot on the google chrome web store.
	  
Support

I hope you like this free and open source browser extension.                    

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

ชื่อ One Click To Full Screen Window One Click To Full Screen Window
ID iomchefffddaglnekonfihdnccacnjjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-click-to-full-screen/iomchefffddaglnekonfihdnccacnjjb
คำอธิบาย To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.
ขนาดไฟล์ 14.3 KB
จำนวนการติดตั้ง 1,760
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2019-02-13
วันที่เผยแพร่ 2019-02-13
คะแนน 3.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://codebrary.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.codebrary.com/
URL หน้าช่วยเหลือ https://www.codebrary.com/p/contact-us.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "One Click To Full Screen Window",
    "description": "To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.",
    "offline_enabled": true,
    "short_name": "FS",
    "version": "1.1.1",
    "permissions": [
        "contextMenus"
    ]
}