Time Icon
View the current time from the chrome extension bar. Right click on the time icon for the full date.
Co je Time Icon?
Time Icon je rozšíření Chrome vyvinuté Brandon Fowler, a jeho hlavní funkcí je „View the current time from the chrome extension bar. Right click on the time icon for the full date.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Time Icon
Stáhněte si soubory rozšíření Time Icon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extensions adds an icon that displays the current time as icons badge text to the toolbar, allowing for the current time to be always accessible. When clicked, the icon opens a popup with the current date and time with second precision. The date can be changed to use full words or short words and it can be changed to use DMY or MDY format. The extension uses the time of your computer, so you can change the timezone in your computer's settings.
Základní Informace o Rozšíření
Název | Time Icon |
ID | piobjonapfjjnenpemdbklflkcbdnlcg |
Oficiální URL | https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg |
Popis | View the current time from the chrome extension bar. Right click on the time icon for the full date. |
Velikost souboru | 7.29 KB |
Počet instalací | 30 |
Aktuální Verze | 1.2.2 |
Poslední Aktualizace | 2023-01-03 |
Datum Vydání | 2019-10-09 |
Vývojář | Brandon Fowler |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Icon", "version": "1.2.2", "permissions": [ "alarms", "storage" ], "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.", "icons": { "128": "icon128.png" }, "background": { "service_worker": "worker.js" }, "options_page": "options.html", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "manifest_version": 3 } |