Chrome Presentation Mode
Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.
什么是Chrome Presentation Mode?
Chrome Presentation Mode是由Tim Wickstrom开发的Chrome扩展程序,该扩展的主要功能是“Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.”。
扩展截图
下载Chrome Presentation Mode扩展crx文件
下载Chrome Presentation Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome presentation mode is back. Simply install this plugin to have quick access to a fullscreen window that removes all browser elements including the address bar and all tabs.
扩展基本信息
名称 | Chrome Presentation Mode |
ID | bgcfdodiekfhjfdcamaelkanbbifepib |
官方URL | https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib |
简介 | Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar. |
文件大小 | 13.03 KB |
安装次数 | 5,111 |
当前版本 | 1.0.2 |
更新时间 | 2018-10-26 |
上架时间 | 2018-10-26 |
评分 | 4.43/5 共7次评分 |
开发者 | Tim Wickstrom |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Presentation Mode", "version": "1.0.2", "description": "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.", "manifest_version": 2, "author": "Tim Wickstrom", "options_page": "credits.html", "icons": { "16": "images\/fullscreen16.png", "32": "images\/fullscreen32.png", "48": "images\/fullscreen48.png", "64": "images\/fullscreen64.png", "128": "images\/fullscreen128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Enter Presentation Mode", "default_icon": { "16": "images\/fullscreen16.png", "32": "images\/fullscreen32.png", "48": "images\/fullscreen48.png", "64": "images\/fullscreen64.png", "128": "images\/fullscreen128.png" } } } |