Chromebook Simulator
This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.
什么是Chromebook Simulator?
Chromebook Simulator是由Andrew Sutherland开发的Chrome扩展程序,该扩展的主要功能是“This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.”。
扩展截图
下载Chromebook Simulator扩展crx文件
下载Chromebook Simulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is useful if you're a developer working on an educational technology product that is frequently used by users who have Chromebooks, but you have a larger monitor than a Chromebook. Features - No permissions required. No overhead - One-click instant resize; nothing fancier than that! Notes: Typical Chromebook resolution is 1366x768, though we shave 48 pixels from the bottom because Chromebooks reserve the bottom 48px for the application bar.
扩展基本信息
名称 | Chromebook Simulator |
ID | cmdpfacmlgednonhndniedecknojeaeb |
官方URL | https://chromewebstore.google.com/detail/chromebook-simulator/cmdpfacmlgednonhndniedecknojeaeb |
简介 | This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple. |
文件大小 | 9.5 KB |
安装次数 | 3,148 |
当前版本 | 1.0 |
更新时间 | 2017-04-18 |
上架时间 | 2017-04-18 |
评分 | 2.69/5 共16次评分 |
开发者 | Andrew Sutherland |
付费类型 | free |
扩展官网 | https://github.com/asuth/chromebook-simulator |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromebook Simulator", "description": "This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.", "version": "1.0", "author": "Andrew Sutherland", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" } }, "permissions": [ "activeTab" ] } |