One Key Full Screen
Full screen with one click on the button and not need any permission.
什么是One Key Full Screen?
One Key Full Screen是由Kerwin Che开发的Chrome扩展程序,该扩展的主要功能是“Full screen with one click on the button and not need any permission.”。
扩展截图
下载One Key Full Screen扩展crx文件
下载One Key Full Screen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Full screen with one click on the button and not need any permission.
扩展基本信息
名称 | One Key Full Screen |
ID | mggglpiplgkfcmbpnfdibgcncjfclbgc |
官方URL | https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc |
简介 | Full screen with one click on the button and not need any permission. |
文件大小 | 9.35 KB |
安装次数 | 741 |
当前版本 | 1.0.0 |
更新时间 | 2015-03-01 |
上架时间 | 2015-02-28 |
评分 | 3.73/5 共15次评分 |
开发者 | Kerwin Che |
付费类型 | free |
支持的语言 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "__MSG_extDescription__" }, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [], "version": "1.0.0" } |