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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FPS Alarm एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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