Fullscreen Fixer

Fullscreen fixer.

Fullscreen Fixer란 무엇입니까?

Fullscreen Fixer은(는) Gruntfuggly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fullscreen fixer."입니다.

확장 프로그램 스크린샷

screenshot

Fullscreen Fixer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}