0x23CLOCK

Pretty Clock

O que é 0x23CLOCK?

0x23CLOCK é uma extensão do Chrome desenvolvida por touchy, e sua principal característica é "Pretty Clock".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 0x23CLOCK

Baixe arquivos de extensão 0x23CLOCK 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

                        A nifty clock that changes the color of the page to the hex color of time.


Toggle Full Screen: 'F'

based off: http://www.jacopocolo.com/hexclock/#.
Source: https://github.com/seanstar12/0x23CLOCK                    

Informações Básicas da Extensão

Nome 0x23CLOCK 0x23CLOCK
ID lipgkofjhgkedpbcnchdhcfjgdagfpio
URL Oficial https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio
Descrição Pretty Clock
Tamanho do Arquivo 86.61 KB
Contagem de Instalações 286
Versão Atual 0.1.2
Última Atualização 2014-06-20
Data de Publicação 2014-06-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor touchy
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "0x23CLOCK",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Pretty Clock",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/iconPage.png"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "web_accessible_resources": [
        "js\/*",
        "fonts\/*",
        "clock.html"
    ]
}