RUM Speed Index

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

Vad är RUM Speed Index?

RUM Speed Index är en Chrome-tillägg utvecklad av http://1000ch.net, och dess huvudfunktion är "A chrome extension that shows RUM Speed Index of current page.".

Ladda ner RUM Speed Index-förlängningens CRX-fil

Ladda ner RUM Speed Index-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn RUM Speed Index RUM Speed Index
ID ochpejlokkncjmnfehbolmlklconekna
Officiell webbadress https://chrome.google.com/webstore/detail/rum-speed-index/ochpejlokkncjmnfehbolmlklconekna
Beskrivning A chrome extension that shows RUM Speed Index of current page.
Filstorlek 8.49 KB
Antal Installationer 15
Aktuell Version 1.1.0
Senast Uppdaterad 2017-04-18
Publiceringsdatum 2017-04-18
Utvecklare http://1000ch.net
Betalningssätt free
Stödda Språk 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
}