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 } |