720p: Resize!
Resize the window to 720p!
O que é 720p: Resize!?
720p: Resize! é uma extensão do Chrome desenvolvida por https://hypno.nimja.com, e sua principal característica é "Resize the window to 720p!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 720p: Resize!
Baixe arquivos de extensão 720p: Resize! 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
Ideal for using ChromeCast: This extension forces the inside of your tab to be 720p! - This means no black bars on the TV you're using. Of course this extension can be used for many other things. It requires no permissions, cannot read your tabs and the code is easy and clean to read. Of course, the resizing is not limited to just 720p, you can input any resolution you want! A few basic resolutions are included.
Informações Básicas da Extensão
Nome | 720p: Resize! |
ID | bdlfnaiibeegbolelkggmmlkahmpinhb |
URL Oficial | https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb |
Descrição | Resize the window to 720p! |
Tamanho do Arquivo | 8.61 KB |
Contagem de Instalações | 132 |
Versão Atual | 1.0 |
Última Atualização | 2015-12-28 |
Data de Publicação | 2015-12-28 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | https://hypno.nimja.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "720p: Resize!", "description": "Resize the window to 720p!", "version": "1.0", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "browser_action": { "name": "Resize the viewport.", "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "manifest_version": 2 } |