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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chromebook Simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}