Workweek Countdown
A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work
Apa itu Workweek Countdown?
Workweek Countdown adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Workweek Countdown
Unduh file ekstensi Workweek Countdown 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
• Two display modes. Countdown mode shows how much time there is left till the weekend down to a millisecond. Percent mode precisely shows how many percent of a work week is still left • Flexible work week schedule settings. You can customize your working days and when your working day starts and ends
Informasi Dasar Ekstensi
Nama | Workweek Countdown |
ID | cpabjedmfklidenaehheidohkklfhfjk |
URL Resmi | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
Deskripsi | A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work |
Ukuran File | 96.98 KB |
Jumlah Instalasi | 106 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2016-07-03 |
Tanggal Publikasi | 2016-07-03 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workweek Countdown", "short_name": "Workweek CD", "description": "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work", "version": "1.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |