Web-Development | Analysis-Tools
This extension shows links to some good Website-Analysis-Tools for the current tab.
What is Web-Development | Analysis-Tools?
Web-Development | Analysis-Tools is a Chrome extension developed by https://moelleken.org, and its main feature is "This extension shows links to some good Website-Analysis-Tools for the current tab.".
Extension Screenshots
Download Web-Development | Analysis-Tools Extension CRX File
Download Web-Development | Analysis-Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Web-Development | Analysis-Tools |
ID | ebhbpdaejpgndphbdcphdiefknmeciph |
Official URL | https://chromewebstore.google.com/detail/web-development-analysis/ebhbpdaejpgndphbdcphdiefknmeciph |
Description | This extension shows links to some good Website-Analysis-Tools for the current tab. |
File Size | 8.08 KB |
Installation Count | 269 |
Current Version | 0.0.3 |
Last Updated | 2016-08-01 |
Publish Date | 2016-08-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://moelleken.org |
Payment Type | free |
Extension Website | https://suckup.de/2015/10/top-chrome-erweiterungen-fuer-webdeveloper/ |
Help Page URL | https://github.com/voku/Web-Analyse-Tools-for-Chrome |
Supported Languages | 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\/" ] } |