RUM Speed Index

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

什麼是RUM Speed Index?

RUM Speed Index是由http://1000ch.net開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that shows RUM Speed Index of current page.”。

下載RUM Speed Index擴展crx文件

下載RUM Speed Index擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 RUM Speed Index RUM Speed Index
ID ochpejlokkncjmnfehbolmlklconekna
官方網址 https://chrome.google.com/webstore/detail/rum-speed-index/ochpejlokkncjmnfehbolmlklconekna
簡介 A chrome extension that shows RUM Speed Index of current page.
檔案大小 8.49 KB
安裝次數 15
目前版本 1.1.0
更新時間 2017-04-18
上架時間 2017-04-18
開發者 http://1000ch.net
付費類型 free
支援的語言 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
}