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.”。

擴展截圖

screenshot

下載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 Chromebook Simulator
ID cmdpfacmlgednonhndniedecknojeaeb
官方網址 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"
    ]
}