Clock on Top
A Clock that displays on top of each website
Apa itu Clock on Top?
Clock on Top adalah ekstensi Chrome yang dikembangkan oleh jackandamydev, dan fitur utamanya adalah "A Clock that displays on top of each website".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clock on Top
Unduh file ekstensi Clock on Top 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
Ever get lost in time while browsing the internet? Love using Chrome in full screen but miss looking at the clock? Not anymore! With Clock on Top the current time will be visible in all your websites. Simply add the extension, and you will see the time on the bottom right corner. More features coming soon...
Informasi Dasar Ekstensi
Nama | Clock on Top |
ID | gdeckkgddeepgggbjififpekknbpkfak |
URL Resmi | https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak |
Deskripsi | A Clock that displays on top of each website |
Ukuran File | 38.7 KB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-07-08 |
Tanggal Publikasi | 2020-07-07 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | jackandamydev |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://jackandamydev.com/privacy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clock on Top", "description": "A Clock that displays on top of each website", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "roboto.css", "content.css" ] } ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |