Screen Resolution Simulator Tool
Check how your website look on different screen resolutions
O que é Screen Resolution Simulator Tool?
Screen Resolution Simulator Tool é uma extensão do Chrome desenvolvida por https://small-seo-tools.zuumsoft.com, e sua principal característica é "Check how your website look on different screen resolutions".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Screen Resolution Simulator Tool
Baixe arquivos de extensão Screen Resolution Simulator Tool 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 tool will let yo test your website how it looks and works on different screen sizes. While it's free to use, but it provides all the sizes. How it works? Put your website address, select appropriate screen size that you need to check and hit simulate button.
Informações Básicas da Extensão
Nome | |
ID | cogoojhkdminnbnnbljfoelegcfgdgog |
URL Oficial | https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog |
Descrição | Check how your website look on different screen resolutions |
Tamanho do Arquivo | 49.71 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0 |
Última Atualização | 2020-07-21 |
Data de Publicação | 2020-07-21 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | https://small-seo-tools.zuumsoft.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/ |
URL da Página de Política de Privacidade | https://small-seo-tools.zuumsoft.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screen Resolution Simulator Tool", "default_locale": "en", "description": "Check how your website look on different screen resolutions", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |