Toggle Fullscreen
Adds a simple fullscreen button, plus toggle via the context menu.
Toggle Fullscreen là gì?
Toggle Fullscreen là một tiện ích mở rộng Chrome được phát triển bởi ᴇʀɪᴄ, và tính năng chính của nó là "Adds a simple fullscreen button, plus toggle via the context menu.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Toggle Fullscreen
Tải xuống các tệp mở rộng Toggle Fullscreen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Toggle Fullscreen |
ID | ddpejemcmlhbjppfdndmonifbiaindkl |
URL Chính Thức | https://chromewebstore.google.com/detail/toggle-fullscreen/ddpejemcmlhbjppfdndmonifbiaindkl |
Mô tả | Adds a simple fullscreen button, plus toggle via the context menu. |
Kích Thước Tệp | 17.45 KB |
Số Lần Cài Đặt | 6,469 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-09-18 |
Ngày Phát Hành | 2016-08-01 |
Đánh Giá | 4.30/5 Tổng số 74 Đánh Giá |
Nhà Phát Triển | ᴇʀɪᴄ |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |