RUM Speed Index

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

Cos'è RUM Speed Index?

RUM Speed Index è un'estensione di Chrome sviluppata da http://1000ch.net, e la sua funzione principale è "A chrome extension that shows RUM Speed Index of current page.".

Scarica il file CRX dell'estensione RUM Speed Index

Scarica i file di estensione RUM Speed Index in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome RUM Speed Index RUM Speed Index
ID ochpejlokkncjmnfehbolmlklconekna
URL Ufficiale https://chrome.google.com/webstore/detail/rum-speed-index/ochpejlokkncjmnfehbolmlklconekna
Descrizione A chrome extension that shows RUM Speed Index of current page.
Dimensione del File 8.49 KB
Conteggio Installazioni 15
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-04-18
Data di Pubblicazione 2017-04-18
Sviluppatore http://1000ch.net
Tipo di Pagamento free
Lingue Supportate 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
}