Bookmark World Clock

Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily

Bookmark World Clockとは何ですか?

Bookmark World ClockはSgtpandaによって開発されたChromeの拡張機能で、その主な機能は「Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily」です。

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

screenshot

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

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

拡張機能の使用方法

                        Add a clock from any location in the world to your bookmarks bar! App icon by icons8.                    

拡張機能の基本情報

名前 Bookmark World Clock Bookmark World Clock
ID mfgdchikohkibmghmbklpiijfakcmlfl
公式URL https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl
説明 Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
ファイルサイズ 902 KB
インストール数 561
現在のバージョン 2.0
最終更新日 2020-12-04
公開日 2019-10-22
評価 5.00/5 合計 5 レビュー
開発者 Sgtpanda
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark World Clock",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily",
    "icons": {
        "16": "icons\/timezone-16.png",
        "48": "icons\/timezone-48.png",
        "128": "icons\/timezone-128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "alarms",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'"
}