Tab Clock
Shows a clock on the 'New Tab' page.
Wat is Tab Clock?
Tab Clock is een Chrome-extensie ontwikkeld door https://www.jannesmeyer.com, en de belangrijkste functie is "Shows a clock on the 'New Tab' page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Clock
Download Tab Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is an extension that makes the 'New Tab' page distraction-free by replacing it with a simple, digital clock. Furthermore, it shows some convenient shortcut links at the bottom of the 'New Tab' page. Source code (licensed under GPLv3): https://github.com/JannesMeyer/chrome-tab-clock
Basisinformatie over de Extensie
Naam | Tab Clock |
ID | mjddhoajkbckpgjlhnanopanjhalbgij |
Officiële URL | https://chromewebstore.google.com/detail/tab-clock/mjddhoajkbckpgjlhnanopanjhalbgij |
Beschrijving | Shows a clock on the 'New Tab' page. |
Bestandsgrootte | 8.06 KB |
Aantal Installaties | 215 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-03-09 |
Publicatiedatum | 2015-03-09 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.jannesmeyer.com |
Betalingswijze | free |
Extensiewebsite | https://github.com/JannesMeyer/Tab-Clock |
Help Pagina-URL | https://github.com/JannesMeyer/Tab-Clock/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Clock", "version": "1.0", "description": "Shows a clock on the 'New Tab' page.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "tab.html" } } |