Time Icon

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

Co to jest Time Icon?

Time Icon to rozszerzenie Chrome opracowane przez Brandon Fowler, a jego główną funkcją jest „View the current time from the chrome extension bar. Right click on the time icon for the full date.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Time Icon

Pobierz pliki rozszerzeń Time Icon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Time Icon Time Icon
ID piobjonapfjjnenpemdbklflkcbdnlcg
Oficjalny URL https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg
Opis View the current time from the chrome extension bar. Right click on the time icon for the full date.
Rozmiar pliku 7.29 KB
Liczba instalacji 30
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2023-01-03
Data Publikacji 2019-10-09
Deweloper Brandon Fowler
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}