FPS Alarm

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

O que é FPS Alarm?

FPS Alarm é uma extensão do Chrome desenvolvida por rajesh64727, e sua principal característica é "Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FPS Alarm

Baixe arquivos de extensão FPS Alarm no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FPS Alarm FPS Alarm
ID anpkmfkkfohnnfjfcnipbplkloidimke
URL Oficial https://chromewebstore.google.com/detail/fps-alarm/anpkmfkkfohnnfjfcnipbplkloidimke
Descrição Shows current FPS(frames per second). The animated bar changes color between green and red. Alarms when FPS is below 30
Tamanho do Arquivo 8.35 KB
Contagem de Instalações 29
Versão Atual 1.0.1
Última Atualização 2020-05-20
Data de Publicação 2020-05-19
Desenvolvedor rajesh64727
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://rajesh64727.github.io/privacy.html
Idiomas Suportados 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"
}