RUM Speed Index
A chrome extension that shows RUM Speed Index of current page.
Wat is RUM Speed Index?
RUM Speed Index is een Chrome-extensie ontwikkeld door http://1000ch.net, en de belangrijkste functie is "A chrome extension that shows RUM Speed Index of current page.".
Download het CRX-bestand van de extensie RUM Speed Index
Download RUM Speed Index-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | ochpejlokkncjmnfehbolmlklconekna |
Officiële URL | https://chrome.google.com/webstore/detail/rum-speed-index/ochpejlokkncjmnfehbolmlklconekna |
Beschrijving | A chrome extension that shows RUM Speed Index of current page. |
Bestandsgrootte | 8.49 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2017-04-18 |
Publicatiedatum | 2017-04-18 |
Ontwikkelaar | http://1000ch.net |
Betalingswijze | free |
Ondersteunde Talen | 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 } |