Chromebook Simulator
This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.
O que é Chromebook Simulator?
Chromebook Simulator é uma extensão do Chrome desenvolvida por Andrew Sutherland, e sua principal característica é "This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chromebook Simulator
Baixe arquivos de extensão Chromebook Simulator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Chromebook Simulator |
ID | cmdpfacmlgednonhndniedecknojeaeb |
URL Oficial | https://chromewebstore.google.com/detail/chromebook-simulator/cmdpfacmlgednonhndniedecknojeaeb |
Descrição | This extension one-click resizes your window to the typical size of a fullscreen Chromebook. It is very simple. |
Tamanho do Arquivo | 9.5 KB |
Contagem de Instalações | 3,148 |
Versão Atual | 1.0 |
Última Atualização | 2017-04-18 |
Data de Publicação | 2017-04-18 |
Classificação | 2.69/5 Total de 16 Avaliações |
Desenvolvedor | Andrew Sutherland |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/asuth/chromebook-simulator |
Idiomas Suportados | 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" ] } |