Time Icon

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

Time Icon क्या है?

Time Icon Brandon Fowler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the current time from the chrome extension bar. Right click on the time icon for the full date."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Time Icon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Time Icon Time Icon
ID piobjonapfjjnenpemdbklflkcbdnlcg
आधिकारिक URL https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg
विवरण View the current time from the chrome extension bar. Right click on the time icon for the full date.
फ़ाइल का आकार 7.29 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2023-01-03
प्रकाशन तिथि 2019-10-09
डेवलपर Brandon Fowler
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}