RUM Speed Index

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

What is RUM Speed Index?

RUM Speed Index is a Chrome extension developed by http://1000ch.net, and its main feature is "A chrome extension that shows RUM Speed Index of current page.".

Download RUM Speed Index Extension CRX File

Download RUM Speed Index 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

                                            

Extension Basic Information

Name RUM Speed Index RUM Speed Index
ID ochpejlokkncjmnfehbolmlklconekna
Official URL https://chrome.google.com/webstore/detail/rum-speed-index/ochpejlokkncjmnfehbolmlklconekna
Description A chrome extension that shows RUM Speed Index of current page.
File Size 8.49 KB
Installation Count 15
Current Version 1.1.0
Last Updated 2017-04-18
Publish Date 2017-04-18
Developer http://1000ch.net
Payment Type free
Supported Languages 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
}