RUM Speed Index
A chrome extension that shows RUM Speed Index of current page.
什么是RUM Speed Index?
RUM Speed Index是由http://1000ch.net开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that shows RUM Speed Index of current page.”。
下载RUM Speed Index扩展crx文件
下载RUM Speed Index扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | ochpejlokkncjmnfehbolmlklconekna |
官方URL | https://chrome.google.com/webstore/detail/rum-speed-index/ochpejlokkncjmnfehbolmlklconekna |
简介 | A chrome extension that shows RUM Speed Index of current page. |
文件大小 | 8.49 KB |
安装次数 | 15 |
当前版本 | 1.1.0 |
更新时间 | 2017-04-18 |
上架时间 | 2017-04-18 |
开发者 | http://1000ch.net |
付费类型 | free |
支持的语言 | 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 } |