Chromebook Simulator

This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.

Chromebook Simulator là gì?

Chromebook Simulator là một tiện ích mở rộng Chrome được phát triển bởi Andrew Sutherland, và tính năng chính của nó là "This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chromebook Simulator

Tải xuống các tệp mở rộng Chromebook Simulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chromebook Simulator Chromebook Simulator
ID cmdpfacmlgednonhndniedecknojeaeb
URL Chính Thức https://chromewebstore.google.com/detail/chromebook-simulator/cmdpfacmlgednonhndniedecknojeaeb
Mô tả This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.
Kích Thước Tệp 9.5 KB
Số Lần Cài Đặt 3,148
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-04-18
Ngày Phát Hành 2017-04-18
Đánh Giá 2.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Andrew Sutherland
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/asuth/chromebook-simulator
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}