RUM Speed Index

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

Co to jest RUM Speed Index?

RUM Speed Index to rozszerzenie Chrome opracowane przez http://1000ch.net, a jego główną funkcją jest „A chrome extension that shows RUM Speed Index of current page.”.

Pobierz plik CRX rozszerzenia RUM Speed Index

Pobierz pliki rozszerzeń RUM Speed Index w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa RUM Speed Index RUM Speed Index
ID ochpejlokkncjmnfehbolmlklconekna
Oficjalny URL https://chrome.google.com/webstore/detail/rum-speed-index/ochpejlokkncjmnfehbolmlklconekna
Opis A chrome extension that shows RUM Speed Index of current page.
Rozmiar pliku 8.49 KB
Liczba instalacji 15
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2017-04-18
Data Publikacji 2017-04-18
Deweloper http://1000ch.net
Typ Płatności free
Obsługiwane Języki 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
}