Haze

Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.

O que é Haze?

Haze é uma extensão do Chrome desenvolvida por http://bleach.design, e sua principal característica é "Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Haze

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

                        Haze is a Google Chrome extension that represents each day of the week with different color schemes loosely based on the Thai astrological calendar. Haze’s subtle blurred imagery changes dynamically indicating that time is passing with each movement and that the days are changing with the various colors schemes. The subdued nature of Haze provides a calmness towards technology which contrasts the utility that a standard calendar offers. As the user returns to their browser throughout the day they’ll see subtle changes; eventually the user will notice a difference in colors indicating a new day.                    

Informações Básicas da Extensão

Nome Haze Haze
ID fkbdhnggbaoepoejcnfkjnofopdepdbd
URL Oficial https://chrome.google.com/webstore/detail/fkbdhnggbaoepoejcnfkjnofopdepdbd
Descrição Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.
Tamanho do Arquivo 48.06 KB
Contagem de Instalações 11
Versão Atual 2.5
Última Atualização 2017-11-04
Data de Publicação 2017-11-04
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor http://bleach.design
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Haze",
    "description": "Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.",
    "version": "2.5",
    "icons": {
        "128": "assets\/images\/icon128.png",
        "64": "assets\/images\/icon64.png",
        "48": "assets\/images\/icon48.png",
        "16": "assets\/images\/icon16.png"
    },
    "browser_action": {
        "default_title": "Haze"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ]
}