Web-Development | Analysis-Tools
This extension shows links to some good Website-Analysis-Tools for the current tab.
O que é Web-Development | Analysis-Tools?
Web-Development | Analysis-Tools é uma extensão do Chrome desenvolvida por https://moelleken.org, e sua principal característica é "This extension shows links to some good Website-Analysis-Tools for the current tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web-Development | Analysis-Tools
Baixe arquivos de extensão Web-Development | Analysis-Tools 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 shows links to some good Website-Analysis-Tools for the current tab. Here is the github-repo if you want to contribute: https://github.com/voku/Web-Analyse-Tools-for-Chrome Happy Coding! :) -------------- CHANGELOG: 0.0.3 ----- [+]: add link to "SSL Config-Generator" [+]: add link to "Facebook Sharing Debugger" [+]: add link to ""Twitter-Card Validator" 0.0.2 ----- [+]: add link to "Check Accessibility (wave.webaim.org)" 0.0.1 ----- [+]: init
Informações Básicas da Extensão
Nome | Web-Development | Analysis-Tools |
ID | ebhbpdaejpgndphbdcphdiefknmeciph |
URL Oficial | https://chromewebstore.google.com/detail/web-development-analysis/ebhbpdaejpgndphbdcphdiefknmeciph |
Descrição | This extension shows links to some good Website-Analysis-Tools for the current tab. |
Tamanho do Arquivo | 8.08 KB |
Contagem de Instalações | 269 |
Versão Atual | 0.0.3 |
Última Atualização | 2016-08-01 |
Data de Publicação | 2016-08-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://moelleken.org |
Tipo de Pagamento | free |
Site da Extensão | https://suckup.de/2015/10/top-chrome-erweiterungen-fuer-webdeveloper/ |
URL da Página de Ajuda | https://github.com/voku/Web-Analyse-Tools-for-Chrome |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web-Development | Analysis-Tools", "description": "This extension shows links to some good Website-Analysis-Tools for the current tab.", "version": "0.0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |