Battery Status Icon

Shows the battery status of the current device.

O que é Battery Status Icon?

Battery Status Icon é uma extensão do Chrome desenvolvida por galah92, e sua principal característica é "Shows the battery status of the current device.".

Baixar o arquivo CRX da Extensão Battery Status Icon

Baixe arquivos de extensão Battery Status Icon 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

                        Display the battery status of the current device in the toolbar.
The best solution if you want to work in full-screen mode.                    

Informações Básicas da Extensão

Nome Battery Status Icon Battery Status Icon
ID jcnnkfkniafjkanfjcoijpkmaeadcjpo
URL Oficial https://chromewebstore.google.com/detail/battery-status-icon/jcnnkfkniafjkanfjcoijpkmaeadcjpo
Descrição Shows the battery status of the current device.
Tamanho do Arquivo 4.2 KB
Contagem de Instalações 211
Versão Atual 1.0
Última Atualização 2016-04-13
Data de Publicação 2016-04-13
Classificação 4.25/5 Total de 12 Avaliações
Desenvolvedor galah92
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Battery Status Icon",
    "description": "Shows the battery status of the current device.",
    "version": "1.0",
    "author": "gala92",
    "browser_action": {
        "default_title": "Loading..."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "presistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}