Web-Development | Analysis-Tools

This extension shows links to some good Website-Analysis-Tools for the current tab.

什么是Web-Development | Analysis-Tools?

Web-Development | Analysis-Tools是由https://moelleken.org开发的Chrome扩展程序,该扩展的主要功能是“This extension shows links to some good Website-Analysis-Tools for the current tab.”。

扩展截图

screenshot

下载Web-Development | Analysis-Tools扩展crx文件

下载Web-Development | Analysis-Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Web-Development | Analysis-Tools Web-Development | Analysis-Tools
ID ebhbpdaejpgndphbdcphdiefknmeciph
官方URL https://chromewebstore.google.com/detail/web-development-analysis/ebhbpdaejpgndphbdcphdiefknmeciph
简介 This extension shows links to some good Website-Analysis-Tools for the current tab.
文件大小 8.08 KB
安装次数 269
当前版本 0.0.3
更新时间 2016-08-01
上架时间 2016-08-01
评分 5.00/5 共2次评分
开发者 https://moelleken.org
付费类型 free
扩展官网 https://suckup.de/2015/10/top-chrome-erweiterungen-fuer-webdeveloper/
帮助页面URL https://github.com/voku/Web-Analyse-Tools-for-Chrome
支持的语言 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\/"
    ]
}