Responsive Debug
A chrome extension for testing responsive web page, just by a click.
O que é Responsive Debug?
Responsive Debug é uma extensão do Chrome desenvolvida por Kevin Campion, e sua principal característica é "A chrome extension for testing responsive web page, just by a click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Responsive Debug
Baixe arquivos de extensão Responsive Debug 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 extension lets you view the responsiveness of your web app in multiple device viewports. For testing, open your site in a new tab and click on the Responsive Debug icon.
Informações Básicas da Extensão
Nome | Responsive Debug |
ID | oeblldkhpjaeeocmklebjdaakbhmgmnj |
URL Oficial | https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj |
Descrição | A chrome extension for testing responsive web page, just by a click. |
Tamanho do Arquivo | 39.21 KB |
Contagem de Instalações | 536 |
Versão Atual | 0.0.2 |
Última Atualização | 2017-05-31 |
Data de Publicação | 2017-05-31 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Kevin Campion |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "scripts\/popup.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Responsive Debug" } } |