FullscreenEverything
Fullscreen everything in your browser's web page
什么是FullscreenEverything?
FullscreenEverything是由xieby123开发的Chrome扩展程序,该扩展的主要功能是“Fullscreen everything in your browser's web page”。
扩展截图
下载FullscreenEverything扩展crx文件
下载FullscreenEverything扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
F11 key allows you to fullscreen whole web page. If you want to fullscreen arbitrary elements on a web page, try FullscreenEverything! Usage: * click FullscreenEverything to enter the selecting mode * in selecting mode, the element will be highlighted when the cursor hovers on it * in selecting mode, by clicking the highlighted element to fullscreen it * in selecting mode, press the Esc key to exit without fullscreen anything
扩展基本信息
名称 | FullscreenEverything |
ID | kiedhcacbjgbgfbllgmjinlefkjhkjdl |
官方URL | https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl |
简介 | Fullscreen everything in your browser's web page |
文件大小 | 21.15 KB |
安装次数 | 59 |
当前版本 | 0.1.0 |
更新时间 | 2022-07-15 |
上架时间 | 2022-07-14 |
开发者 | xieby123 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/FullscreenEverything/FullscreenEverything |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FullscreenEverything", "version": "0.1.0", "description": "Fullscreen everything in your browser's web page", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Click to activate" }, "background": { "service_worker": "main.js" }, "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } } |