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文件
下载Toggle Fullscreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |