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