Simple Clock

A simple and efficient clock which can be used for productivity.

Apa itu Simple Clock?

Simple Clock adalah ekstensi Chrome yang dikembangkan oleh Flare Devs, dan fitur utamanya adalah "A simple and efficient clock which can be used for productivity.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple Clock

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

                        Simple and elegant digital clock. It uses minimal design without much hassle. You can see the Day, Time and the Date.                    

Informasi Dasar Ekstensi

Nama Simple Clock Simple Clock
ID fngkigemfllijjloedplghepagidclef
URL Resmi https://chrome.google.com/webstore/detail/simple-clock/fngkigemfllijjloedplghepagidclef
Deskripsi A simple and efficient clock which can be used for productivity.
Ukuran File 32.27 KB
Jumlah Instalasi 20
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-05-24
Tanggal Publikasi 2019-05-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Flare Devs
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icons\/clock128.png"
    },
    "icons": {
        "16": "icons\/clock16.png",
        "32": "icons\/clock32.png",
        "48": "icons\/clock48.png",
        "128": "icons\/clock128.png"
    },
    "name": " Simple Clock",
    "version": "1.0.0",
    "description": " A simple and efficient clock which can be used for productivity.",
    "manifest_version": 2,
    "offline_enabled": true,
    "content_security_policy": "style-src 'self';script-src 'self';object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}