Haze

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

Vad är Haze?

Haze är en Chrome-tillägg utvecklad av http://bleach.design, och dess huvudfunktion är "Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Haze-förlängningens CRX-fil

Ladda ner Haze-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Haze Haze
ID fkbdhnggbaoepoejcnfkjnofopdepdbd
Officiell webbadress https://chrome.google.com/webstore/detail/fkbdhnggbaoepoejcnfkjnofopdepdbd
Beskrivning Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.
Filstorlek 48.06 KB
Antal Installationer 11
Aktuell Version 2.5
Senast Uppdaterad 2017-11-04
Publiceringsdatum 2017-11-04
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare http://bleach.design
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}