H5Check

无线页面常用检测

What is H5Check?

H5Check is a Chrome extension developed by 堂主, and its main feature is "无线页面常用检测".

Extension Screenshots

screenshot
screenshot

Download H5Check Extension CRX File

Download H5Check 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

                        V 0.0.5 版本更新(2015-09-13):

1. https 去前缀判断增加访问环境影响导致误报的容错处理
2. 优化资源匹配类的一些正则,使得所需资源的过滤正确率及抓取率趋向于完美
3. 新增 WebP 优化应用后节省图片总体积的数值对比
4. 代码重构,效率上得以提升,更便于后续功能的增加和迁移

----------------------

V 0.0.4 版本更新(2015-09-08):

1. 模板文件内的不计算图片体积,如有 {} 的排斥在外
2. 计算图片体积增加链接容错处理
3. TMS 预览页不检测 cnzz 统计的 https 相关监测
4. https 去前缀判断增加访问环境影响导致误报的容错处理

----------------------

V 0.0.3 版本(2015-09-01):

1. 增加大于50K图片资源检测功能
2. 增加检测时的 loading 页
3. 检测结果区分“必改项”(红色背景)和“建议修改项”(黄色背景)                    

Extension Basic Information

Name H5Check H5Check
ID dikodggmphahleeollllahfgnmclpeff
Official URL https://chromewebstore.google.com/detail/h5check/dikodggmphahleeollllahfgnmclpeff
Description 无线页面常用检测
File Size 2.05 MB
Installation Count 26
Current Version 0.0.5
Last Updated 2019-03-13
Publish Date 2018-09-29
Developer 堂主
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background\/background.js"
        ]
    },
    "description": "\u65e0\u7ebf\u9875\u9762\u5e38\u7528\u68c0\u6d4b",
    "icons": {
        "16": "image\/icon\/16.png",
        "48": "image\/icon\/48.png",
        "96": "image\/icon\/96.png"
    },
    "manifest_version": 2,
    "name": "H5Check",
    "page_action": {
        "default_icon": {
            "19": "image\/icon\/19.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5"
}