World Clock Toolbar

EASY to access on your toolbar with a list of country that you visit often at a glance.

World Clock Toolbarとは何ですか?

World Clock Toolbarはdavidjutegsn911によって開発されたChromeの拡張機能で、その主な機能は「EASY to access on your toolbar with a list of country that you visit often at a glance.」です。

拡張機能のスクリーンショット

screenshot

World Clock Toolbar拡張機能のCRXファイルをダウンロード

World Clock Toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        EASY to access on your toolbar with a list of country that you visit often at a glance.

FEATURE extended world clock from city to every country.

DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference.

SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country.

Feel free to share your opinion, ideas and requests.                    

拡張機能の基本情報

名前 World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
公式URL https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
説明 EASY to access on your toolbar with a list of country that you visit often at a glance.
ファイルサイズ 2.76 MB
インストール数 1,678
現在のバージョン 1.2
最終更新日 2021-07-08
公開日 2020-11-10
評価 4.75/5 合計 8 レビュー
開発者 davidjutegsn911
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://world-clock-list.web.app/privacypolicy.html
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Toolbar",
    "version": "1.2",
    "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/earthclock_16.png",
            "32": "images\/earthclock_32.png",
            "48": "images\/earthclock_48.png",
            "128": "images\/earthclock_128.png"
        }
    },
    "icons": {
        "16": "images\/earthclock_16.png",
        "32": "images\/earthclock_32.png",
        "48": "images\/earthclock_48.png",
        "128": "images\/earthclock_128.png"
    },
    "manifest_version": 2
}