New Tab Clock

Replaces the New Tab page with a simple customizable clock.

Vad är New Tab Clock?

New Tab Clock är en Chrome-tillägg utvecklad av https://leggett.org, och dess huvudfunktion är "Replaces the New Tab page with a simple customizable clock.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner New Tab Clock-förlängningens CRX-fil

Ladda ner New Tab 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

                        ABOUT
Bring focus to every new tab you open. No frills or distractions – just the time and date. 

PRIVACY POLICY
This extension has no ads, trackers, or analytics. No information is transmitted to or from the extension to any server. All settings are saved locally on your computer.

SETTINGS
Click on the gear in the bottom left to customize the background color, font, or 12/24 clock setting.                    

Grundläggande Information om Tillägg

Namn New Tab Clock New Tab Clock
ID ljpapphpgkmigobbbakmnfoohclifanm
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm
Beskrivning Replaces the New Tab page with a simple customizable clock.
Filstorlek 73.84 KB
Antal Installationer 10,000
Aktuell Version 2.7
Senast Uppdaterad 2021-03-19
Publiceringsdatum 2019-10-15
Betyg 3.89/5 Totalt 190 Betyg
Utvecklare https://leggett.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://leggett.org
URL till Sekretesspolicy Sidan https://simpl.fyi/privacy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Clock",
    "version": "2.7",
    "description": "Replaces the New Tab page with a simple customizable clock.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self'; img-src 'self'; font-src 'self' "
}