Window Resizer
Resize browser windows to test layouts on different resolutions with multi-window support.
O que é Window Resizer?
Window Resizer é uma extensão do Chrome desenvolvida por https://riangle.com, e sua principal característica é "Resize browser windows to test layouts on different resolutions with multi-window support.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Window Resizer
Baixe arquivos de extensão Window Resizer 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
Window Resizer is a simple utility tool that allows to resize your Chrome windows to any specific size. It supports multi-window control. It is useful for developers and designers that want to test in various resolutions. - Precise inner height calculation. - Add & delete preset sizes. - Resize specific window. - Show tabs for open windows. - Beautiful interface. This is the first release of Window Resizer, feedback and feature requests are welcome! We do not track any user information.
Informações Básicas da Extensão
Nome | |
ID | cdhnnifbhmggaaehajmgnofcggobfjkp |
URL Oficial | https://chromewebstore.google.com/detail/window-resizer/cdhnnifbhmggaaehajmgnofcggobfjkp |
Descrição | Resize browser windows to test layouts on different resolutions with multi-window support. |
Tamanho do Arquivo | 600 KB |
Contagem de Instalações | 1,836 |
Versão Atual | 0.0.2 |
Última Atualização | 2024-03-03 |
Data de Publicação | 2021-03-24 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | https://riangle.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.riangle.com/ |
URL da Página de Ajuda | https://www.threads.net/@luangjokaj |
URL da Página de Política de Privacidade | https://window-resizer.s3.eu-west-1.amazonaws.com/privacy.pdf |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.2", "minimum_chrome_version": "70", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_icon": "img\/128.png" }, "options_page": "index.html#\/settings", "permissions": [ "tabs", "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "offline_enabled": true } |