Simple Clock for Google Chrome™
Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.
Apa itu Simple Clock for Google Chrome™?
Simple Clock for Google Chrome™ adalah ekstensi Chrome yang dikembangkan oleh Roger Westfall, dan fitur utamanya adalah "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Clock for Google Chrome™
Unduh file ekstensi Simple Clock for Google Chrome™ 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
A minimal clock with the time, date, and access to google apps every time you open a new tab.
Informasi Dasar Ekstensi
Nama | |
ID | kjbggibcgbnghjcdcflehiikahlpcllk |
URL Resmi | https://chrome.google.com/webstore/detail/simple-clock-for-google-c/kjbggibcgbnghjcdcflehiikahlpcllk |
Deskripsi | Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab. |
Ukuran File | 5.27 MB |
Jumlah Instalasi | 601 |
Versi Saat Ini | 1.2.3 |
Terakhir Diperbarui | 2020-02-04 |
Tanggal Publikasi | 2020-02-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Roger Westfall |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Clock for Google Chrome\u2122", "description": "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.", "short_name": "Simple Clock", "author": "Roger Westfall", "version": "1.2.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs" ] } |