Toggle Fullscreen
Adds a simple fullscreen button, plus toggle via the context menu.
Toggle Fullscreen란 무엇입니까?
Toggle Fullscreen은(는) ᴇʀɪᴄ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a simple fullscreen button, plus toggle via the context menu."입니다.
확장 프로그램 스크린샷
Toggle Fullscreen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add a full screen ⛶ button, plus a toggle within the (right-click) context menu, so that the window state may be changed (without resorting to the keyboard, i.e. F11, or the built-in Ⓧ broken dropdown button in the current GUI). This extension provides the additional benefit of properly preserving the window's prior state upon exiting full-screen mode. 2017 Update: Chrome officially added their own context menu item that reads "Exit full screen ... F11", once already in full-screen mode. Ironically, their official update still does not function properly, as it does not restore the window state to the state it was in prior to entering full-screen mode. Therefore, please take care to distinguish between the two. The correct button to use, in order for this extension to provide the expected behavior, is the one that reads "⛶ ⊤oggle Fullscreen", (i.e. the context menu item that this extension creates).
확장 프로그램 기본 정보
이름 | Toggle Fullscreen |
ID | ddpejemcmlhbjppfdndmonifbiaindkl |
공식 URL | https://chromewebstore.google.com/detail/toggle-fullscreen/ddpejemcmlhbjppfdndmonifbiaindkl |
설명 | Adds a simple fullscreen button, plus toggle via the context menu. |
파일 크기 | 17.45 KB |
설치 횟수 | 6,469 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-09-18 |
출시 날짜 | 2016-08-01 |
평점 | 4.30/5 총 74 개의 평점 |
개발자 | ᴇʀɪᴄ |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "E. R. Carter", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "description": "Adds a simple fullscreen button, plus toggle via the context menu.", "name": "Toggle Fullscreen", "short_name": "\u26f6", "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "version": "1.1" } |