Master Resizer

Master Resizer is an extension which allows you to change the screen size.

O que é Master Resizer?

Master Resizer é uma extensão do Chrome desenvolvida por vernuigorr, e sua principal característica é "Master Resizer is an extension which allows you to change the screen size.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Master Resizer

Baixe arquivos de extensão Master 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

                        Master Resizer is an extension which allows you to change the screen size. A simple, useful and beautiful browser window resize app for designers and developers. Resize your browser to various standard resolution sizes. The Screen and Window Resize is useful for testing different screen sizes. It resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes.                    

Informações Básicas da Extensão

Nome Master Resizer Master Resizer
ID abgcndceoklfjamfbampifddhlbdlkaj
URL Oficial https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj
Descrição Master Resizer is an extension which allows you to change the screen size.
Tamanho do Arquivo 507 KB
Contagem de Instalações 78
Versão Atual 1.0
Última Atualização 2018-03-26
Data de Publicação 2018-03-26
Classificação 1.00/5 Total de 4 Avaliações
Desenvolvedor vernuigorr
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/default.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Master Resizer is an extension which allows you to change the screen size.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/default.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Master Resizer",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}