Bookmark World Clock

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

Apa itu Bookmark World Clock?

Bookmark World Clock adalah ekstensi Chrome yang dikembangkan oleh Sgtpanda, dan fitur utamanya adalah "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bookmark World Clock

Unduh file ekstensi Bookmark World Clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bookmark World Clock Bookmark World Clock
ID mfgdchikohkibmghmbklpiijfakcmlfl
URL Resmi https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl
Deskripsi Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
Ukuran File 902 KB
Jumlah Instalasi 561
Versi Saat Ini 2.0
Terakhir Diperbarui 2020-12-04
Tanggal Publikasi 2019-10-22
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Sgtpanda
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}