WorldClock

View time in different time zones

Vad är WorldClock?

WorldClock är en Chrome-tillägg utvecklad av hocgin, och dess huvudfunktion är "View time in different time zones".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner WorldClock-förlängningens CRX-fil

Ladda ner WorldClock-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

                        Convenient display of time in different time zones                    

Grundläggande Information om Tillägg

Namn WorldClock WorldClock
ID nebbdojokcmmhkcmnmijdijimhhiikdj
Officiell webbadress https://chromewebstore.google.com/detail/worldclock/nebbdojokcmmhkcmnmijdijimhhiikdj
Beskrivning View time in different time zones
Filstorlek 601 KB
Antal Installationer 896
Aktuell Version 0.0.4
Senast Uppdaterad 2023-09-21
Publiceringsdatum 2023-03-01
Utvecklare hocgin
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://logspot.hocgin.top/privacy
Stödda Språk en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "0.0.4",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "$popup.html",
        "default_title": "__MSG_extension_action_title__"
    },
    "icons": {
        "16": "$_logo_16.png",
        "32": "$_logo_32.png",
        "48": "$_logo_48.png",
        "128": "$_logo_128.png"
    },
    "homepage_url": "https:\/\/logspot.hocgin.top\/addone-world-clock",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    }
}