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
Eメール [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"
}