Digital Clock

Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.

Apa itu Digital Clock?

Digital Clock adalah ekstensi Chrome yang dikembangkan oleh https://digital-clock-tab.com, dan fitur utamanya adalah "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Digital Clock

Unduh file ekstensi Digital 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

                        The Digital Clock tab extension keeps you up to date with the current time. When you open a new tab, it lets you know the day of the week, time, month, year and temperature like seven-segment clock faces.

Features :
★ Modern digital clock interface
★ Display current location temperature
★ Avoid distractions and improve focus

By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the Digital Clock Chrome Chrome extension. I understand that by doing so, my browser's new tab will be set to that provided by the service with search results by Microsoft Bing, and the Privacy and Terms of Use.

Terms of Use: https://questa.mobi/terms-conditions/
Privacy Policy: https://questa.mobi/privacy-policy/                    

Informasi Dasar Ekstensi

Nama Digital Clock Digital Clock
ID najeaplkngkldnnnbfoijgofleoaoifj
URL Resmi https://chromewebstore.google.com/detail/digital-clock/najeaplkngkldnnnbfoijgofleoaoifj
Deskripsi Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.
Ukuran File 661 KB
Jumlah Instalasi 46,160
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-04-13
Tanggal Publikasi 2022-11-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://digital-clock-tab.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://digital-clock-tab.com/
URL Halaman Kebijakan Privasi https://questa.mobi/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Digital Clock",
    "short_name": "Digital Clock",
    "version": "1.0.2",
    "description": "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Digital Clock"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "geolocation"
    ]
}