Time Icon

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

Apa itu Time Icon?

Time Icon adalah ekstensi Chrome yang dikembangkan oleh Brandon Fowler, dan fitur utamanya adalah "View the current time from the chrome extension bar. Right click on the time icon for the full date.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Time Icon

Unduh file ekstensi Time Icon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Time Icon Time Icon
ID piobjonapfjjnenpemdbklflkcbdnlcg
URL Resmi https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg
Deskripsi View the current time from the chrome extension bar. Right click on the time icon for the full date.
Ukuran File 7.29 KB
Jumlah Instalasi 30
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2023-01-03
Tanggal Publikasi 2019-10-09
Pengembang Brandon Fowler
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}