ChronoTab: The Best New Tab Clock

The best timepiece for the new tab page

Vad är ChronoTab: The Best New Tab Clock?

ChronoTab: The Best New Tab Clock är en Chrome-tillägg utvecklad av Dakota Larson, och dess huvudfunktion är "The best timepiece for the new tab page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner ChronoTab: The Best New Tab Clock-förlängningens CRX-fil

Ladda ner ChronoTab: The Best 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

                        The best timepiece for the new tab page!

Features:
> Snazzy clock face
> Slick digital clock and date
> Comprehensive configuration

Contact me with ideas, bug reports or comments! 
[email protected]                    

Grundläggande Information om Tillägg

Namn ChronoTab: The Best New Tab Clock ChronoTab: The Best New Tab Clock
ID aglflhdjjfabpohbaonlepcofcofpamd
Officiell webbadress https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd
Beskrivning The best timepiece for the new tab page
Filstorlek 52.83 KB
Antal Installationer 22
Aktuell Version 1.4
Senast Uppdaterad 2018-04-09
Publiceringsdatum 2018-04-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Dakota Larson
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChronoTab: The Best New Tab Clock",
    "short_name": "ChronoTab",
    "author": "Dakota Larson",
    "description": "The best timepiece for the new tab page",
    "version": "1.4",
    "icons": {
        "16": ".\/res\/clock_16.png",
        "24": ".\/res\/clock_24.png",
        "32": ".\/res\/clock_32.png",
        "48": ".\/res\/clock_48.png",
        "64": ".\/res\/clock_64.png",
        "128": ".\/res\/clock_128.png",
        "256": ".\/res\/clock_256.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}