e-clock

Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more

Vad är e-clock?

e-clock är en Chrome-tillägg utvecklad av Yuriy Husnay, och dess huvudfunktion är "Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner e-clock-förlängningens CRX-fil

Ladda ner e-clock-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

                        e-clock is a new tab replacement which shows you the current time and the weather. Lets you completely customize its look and feel.

★Minimal design, decent level of customization★
★Simple elegant, runs well★
★Funky and very comfortable★

Features:
 ✔ current time and date in 24 or 12 hour format
 ✔ local weather forecast
 ✔ quick access to default apps, bookmarks, history and more
 ✔ plenty of customization options(backgrounds, colors, fonts, etc.)


If you have any idea, feature request, question or found a bug, please, add your feedback so I can improve e-clock.                    

Grundläggande Information om Tillägg

Namn e-clock e-clock
ID ojhhcfhabhligodffabdhcaoicecaboo
Officiell webbadress https://chromewebstore.google.com/detail/e-clock/ojhhcfhabhligodffabdhcaoicecaboo
Beskrivning Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more
Filstorlek 19.55 MB
Antal Installationer 20,000
Aktuell Version 3.6.1
Senast Uppdaterad 2019-10-15
Publiceringsdatum 2019-10-15
Betyg 4.65/5 Totalt 719 Betyg
Utvecklare Yuriy Husnay
Betalningssätt free
Stödda Språk en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "e-clock",
    "version": "3.6.1",
    "description": "__MSG_i18nShortDescription__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}