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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    ]
}