Time Icon

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

Vad är Time Icon?

Time Icon är en Chrome-tillägg utvecklad av Brandon Fowler, och dess huvudfunktion är "View the current time from the chrome extension bar. Right click on the time icon for the full date.".

Tilläggsskärmbilder

screenshot

Ladda ner Time Icon-förlängningens CRX-fil

Ladda ner Time Icon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Time Icon Time Icon
ID piobjonapfjjnenpemdbklflkcbdnlcg
Officiell webbadress https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg
Beskrivning View the current time from the chrome extension bar. Right click on the time icon for the full date.
Filstorlek 7.29 KB
Antal Installationer 30
Aktuell Version 1.2.2
Senast Uppdaterad 2023-01-03
Publiceringsdatum 2019-10-09
Utvecklare Brandon Fowler
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}