FPS Alarm

Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30

什么是FPS Alarm?

FPS Alarm是由rajesh64727开发的Chrome扩展程序,该扩展的主要功能是“Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30”。

扩展截图

screenshot

下载FPS Alarm扩展crx文件

下载FPS Alarm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        There is a top animated bar which shows FPS value along with respective color.
The alarm is set on FPS value less than 30.

It runs on page load.

For improvements and feature enhancements please send your suggestions to [email protected]

*screenshot is just for illustration purpose. copyright to JumpStart Games.                    

扩展基本信息

名称 FPS Alarm FPS Alarm
ID anpkmfkkfohnnfjfcnipbplkloidimke
官方URL https://chromewebstore.google.com/detail/fps-alarm/anpkmfkkfohnnfjfcnipbplkloidimke
简介 Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30
文件大小 8.35 KB
安装次数 29
当前版本 1.0.1
更新时间 2020-05-20
上架时间 2020-05-19
开发者 rajesh64727
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://rajesh64727.github.io/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "fpsbar128.png"
    },
    "content_scripts": [
        {
            "css": [
                "fps.css"
            ],
            "js": [
                "fps.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30",
    "icons": {
        "128": "fpsbar128.png",
        "48": "fpsbar48.png"
    },
    "manifest_version": 2,
    "name": "FPS Alarm",
    "permissions": [
        "activeTab"
    ],
    "version": "1.0.1"
}