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 là gì?

FPS Alarm là một tiện ích mở rộng Chrome được phát triển bởi rajesh64727, và tính năng chính của nó là "Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FPS Alarm

Tải xuống các tệp mở rộng FPS Alarm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FPS Alarm FPS Alarm
ID anpkmfkkfohnnfjfcnipbplkloidimke
URL Chính Thức https://chromewebstore.google.com/detail/fps-alarm/anpkmfkkfohnnfjfcnipbplkloidimke
Mô tả Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30
Kích Thước Tệp 8.35 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-05-20
Ngày Phát Hành 2020-05-19
Nhà Phát Triển rajesh64727
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://rajesh64727.github.io/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}