Haze

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

Was ist Haze?

Haze ist eine Chrome-Erweiterung, die von http://bleach.design entwickelt wurde, und ihr Hauptmerkmal ist "Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Haze-Erweiterungs-CRX-Datei herunterladen

Laden Sie Haze-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Haze Haze
ID fkbdhnggbaoepoejcnfkjnofopdepdbd
Offizielle URL https://chrome.google.com/webstore/detail/fkbdhnggbaoepoejcnfkjnofopdepdbd
Beschreibung Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.
Dateigröße 48.06 KB
Installationsanzahl 11
Aktuelle Version 2.5
Letztes Update 2017-11-04
Veröffentlichungsdatum 2017-11-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://bleach.design
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}