Web-Development | Analysis-Tools
This extension shows links to some good Website-Analysis-Tools for the current tab.
Wat is Web-Development | Analysis-Tools?
Web-Development | Analysis-Tools is een Chrome-extensie ontwikkeld door https://moelleken.org, en de belangrijkste functie is "This extension shows links to some good Website-Analysis-Tools for the current tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Web-Development | Analysis-Tools
Download Web-Development | Analysis-Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Web-Development | Analysis-Tools |
ID | ebhbpdaejpgndphbdcphdiefknmeciph |
Officiële URL | https://chromewebstore.google.com/detail/web-development-analysis/ebhbpdaejpgndphbdcphdiefknmeciph |
Beschrijving | This extension shows links to some good Website-Analysis-Tools for the current tab. |
Bestandsgrootte | 8.08 KB |
Aantal Installaties | 269 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2016-08-01 |
Publicatiedatum | 2016-08-01 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://moelleken.org |
Betalingswijze | free |
Extensiewebsite | https://suckup.de/2015/10/top-chrome-erweiterungen-fuer-webdeveloper/ |
Help Pagina-URL | https://github.com/voku/Web-Analyse-Tools-for-Chrome |
Ondersteunde Talen | 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\/" ] } |