FPS extension
This extension shows a current FPS(frames per second) on a web page.
什么是FPS extension?
FPS extension是由Yuri Artiukh开发的Chrome扩展程序,该扩展的主要功能是“This extension shows a current FPS(frames per second) on a web page.”。
扩展截图
下载FPS extension扩展crx文件
下载FPS extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is extension for debugging website perfomance. It's just easier to turn on than the developer tools one. inspired by similar extension which is no longer available in Chrome Store.
扩展基本信息
名称 | FPS extension |
ID | gdkkmimldhefhmmmlalioafomdlahcog |
官方URL | https://chromewebstore.google.com/detail/fps-extension/gdkkmimldhefhmmmlalioafomdlahcog |
简介 | This extension shows a current FPS(frames per second) on a web page. |
文件大小 | 12.69 KB |
安装次数 | 10,000 |
当前版本 | 0.0.2 |
更新时间 | 2017-09-07 |
上架时间 | 2017-09-07 |
评分 | 3.29/5 共85次评分 |
开发者 | Yuri Artiukh |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPS extension", "description": "This extension shows a current FPS(frames per second) on a web page.", "version": "0.0.2", "browser_action": { "default_icon": "icon128.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |