Rax Tools

Rax 开发者工具, 更快捷的文档与 demo 查看、更大的地址二维码、更高效的当前 h5 页面检测

What is Rax Tools?

Rax Tools is a Chrome extension developed by Rax小组, and its main feature is "Rax 开发者工具, 更快捷的文档与 demo 查看、更大的地址二维码、更高效的当前 h5 页面检测".

Extension Screenshots

screenshot
screenshot

Download Rax Tools Extension CRX File

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

                        Rax 开发周边工具套装,主要功能包括地址栏快捷搜索文档和 Demo ,Weex bundle 扫码,性能及页面稳定性分析等

RaxTools 0.1.1 版本新增更多的学习入口,帮助您更好的学习 Weex 和 Rax。H5 页面性能检测项由原有的 17 项增加至 28 项,检测更加全面。新提供了加载时间分析工具和页面打分系统,帮助开发者更加直观的了解页面性能情况。                    

Extension Basic Information

Name Rax Tools Rax Tools
ID hgjclgbhaojfdmgjlojfkiimojlcpbej
Official URL https://chrome.google.com/webstore/detail/hgjclgbhaojfdmgjlojfkiimojlcpbej
Description Rax 开发者工具, 更快捷的文档与 demo 查看、更大的地址二维码、更高效的当前 h5 页面检测
File Size 60.67 KB
Installation Count 166
Current Version 0.1.1
Last Updated 2018-11-16
Publish Date 2018-11-11
Rating 5.00/5 Total 1 Ratings
Developer Rax小组
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rax Tools",
    "version": "0.1.1",
    "description": "Rax \u5f00\u53d1\u8005\u5de5\u5177, \u66f4\u5feb\u6377\u7684\u6587\u6863\u4e0e demo \u67e5\u770b\u3001\u66f4\u5927\u7684\u5730\u5740\u4e8c\u7ef4\u7801\u3001\u66f4\u9ad8\u6548\u7684\u5f53\u524d h5 \u9875\u9762\u68c0\u6d4b",
    "icons": {
        "16": "img\/r16.jpg",
        "48": "img\/r48.jpg",
        "128": "img\/r128.jpg"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/r16.jpg",
        "default_title": "Rax Tools",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_scripts.js"
            ],
            "css": [
                "css\/content_style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/jsplayground.taobao.org\/",
    "omnibox": {
        "keyword": "rax"
    },
    "devtools_page": "devtools.html"
}