RUM Speed Index

A chrome extension that shows RUM Speed Index of current page.

RUM Speed Index là gì?

RUM Speed Index là một tiện ích mở rộng Chrome được phát triển bởi http://1000ch.net, và tính năng chính của nó là "A chrome extension that shows RUM Speed Index of current page.".

Tải xuống tệp CRX của tiện ích mở rộng RUM Speed Index

Tải xuống các tệp mở rộng RUM Speed Index dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RUM Speed Index RUM Speed Index
ID ochpejlokkncjmnfehbolmlklconekna
URL Chính Thức https://chrome.google.com/webstore/detail/rum-speed-index/ochpejlokkncjmnfehbolmlklconekna
Mô tả A chrome extension that shows RUM Speed Index of current page.
Kích Thước Tệp 8.49 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-04-18
Ngày Phát Hành 2017-04-18
Nhà Phát Triển http://1000ch.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RUM Speed Index",
    "short_name": "RUM Speed Index",
    "version": "1.1.0",
    "description": "A chrome extension that shows RUM Speed Index of current page.",
    "author": "1000ch",
    "permissions": [
        "background",
        "tabs",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "RUM Speed Index",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "offline_enabled": false
}