Time Icon

View the current time from the chrome extension bar. Right click on the time icon for the full date.

Qu'est-ce que Time Icon ?

Time Icon est une extension Chrome développée par Brandon Fowler, et sa fonction principale est "View the current time from the chrome extension bar. Right click on the time icon for the full date.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Time Icon

Téléchargez les fichiers d'extension Time Icon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Time Icon Time Icon
ID piobjonapfjjnenpemdbklflkcbdnlcg
URL Officiel https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg
Description View the current time from the chrome extension bar. Right click on the time icon for the full date.
Taille du Fichier 7.29 KB
Nombre d'Installations 30
Version Actuelle 1.2.2
Dernière Mise à Jour 2023-01-03
Date de Publication 2019-10-09
Développeur Brandon Fowler
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}