FPS Alarm

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

Cos'è FPS Alarm?

FPS Alarm è un'estensione di Chrome sviluppata da rajesh64727, e la sua funzione principale è "Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FPS Alarm

Scarica i file di estensione FPS Alarm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FPS Alarm FPS Alarm
ID anpkmfkkfohnnfjfcnipbplkloidimke
URL Ufficiale https://chromewebstore.google.com/detail/fps-alarm/anpkmfkkfohnnfjfcnipbplkloidimke
Descrizione Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30
Dimensione del File 8.35 KB
Conteggio Installazioni 29
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-05-20
Data di Pubblicazione 2020-05-19
Sviluppatore rajesh64727
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://rajesh64727.github.io/privacy.html
Lingue Supportate 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"
}