Chromebook Simulator
This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.
Qu'est-ce que Chromebook Simulator ?
Chromebook Simulator est une extension Chrome développée par Andrew Sutherland, et sa fonction principale est "This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chromebook Simulator
Téléchargez les fichiers d'extension Chromebook Simulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chromebook Simulator |
ID | cmdpfacmlgednonhndniedecknojeaeb |
URL Officiel | https://chromewebstore.google.com/detail/chromebook-simulator/cmdpfacmlgednonhndniedecknojeaeb |
Description | This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple. |
Taille du Fichier | 9.5 KB |
Nombre d'Installations | 3,148 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-04-18 |
Date de Publication | 2017-04-18 |
Évaluation | 2.69/5 Total 16 Évaluations |
Développeur | Andrew Sutherland |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/asuth/chromebook-simulator |
Langues Prises en Charge | 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" ] } |