Fullscreen Fixer

Fullscreen fixer.

Fullscreen Fixerคืออะไร?

Fullscreen Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gruntfuggly และคุณลักษณะหลักของมันคือ "Fullscreen fixer."

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

screenshot

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

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

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

                        Allows exceptions to be added to Chrome's Fullscreen permissions.

There should be no need for this extension, but for some reason, nobody wants to fix the dialog box for the Fullscreen permissions (in Content Settings).  As of the latest version of Chrome, I still can't add or edit entries in the table.

This extension puts an icon on the toolbar which indicates whether the current page is allowed to go fullscreen without displaying the "allow" popup. If it can, it will show a green badge saying "Yes". If not, it will show a red badge saying "Ask".

Version 0.3 now adds an option to allow fullscreen for all pages. When this box is ticked, no entry will be visible in Chrome's permissions page, but all pages will be allowed to go fullscreen.

Show Exceptions will open Chrome's permissions page. Reset clears any settings made by this extension. Done simply closes the popup.

History:
0.3 - Add popup with option for all pages.
0.2 - Initial release. Toolbar button toggles setting for current page.                    

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

ชื่อ Fullscreen Fixer Fullscreen Fixer
ID oihadgmdoepbfafjnenigjeeohdnonhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fullscreen-fixer/oihadgmdoepbfafjnenigjeeohdnonhk
คำอธิบาย Fullscreen fixer.
ขนาดไฟล์ 43.6 KB
จำนวนการติดตั้ง 278
เวอร์ชันปัจจุบัน 0.31
อัปเดตครั้งล่าสุด 2016-04-29
วันที่เผยแพร่ 2016-04-29
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Gruntfuggly
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.zaonce.com/projects/fullscreen-fixer.shtml
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Fullscreen fixer.",
    "manifest_version": 2,
    "name": "Fullscreen Fixer",
    "permissions": [
        "contentSettings",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon16.png"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Allow fullscreen",
        "default_popup": "popup.html"
    },
    "version": "0.31"
}