How long?
Shows when you can leave!
Apa itu How long??
How long? adalah ekstensi Chrome yang dikembangkan oleh philippe.cade, dan fitur utamanya adalah "Shows when you can leave!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi How long?
Unduh file ekstensi How long? 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
Shows how long you need to work to reach 8:12 hours. In ATOSS, open the "Time recording manually" window and press the clock icon. Changes version 0.4: - addresses some issues when using time correction features version 0.3: - corrections after the latest ATOSS update version 0.2: - time including minutes < 10 are now correctly displayed - in the morning, adds the 30 minutes mandatory break to the time and shows it
Informasi Dasar Ekstensi
Nama | How long? |
ID | acabhgoaabcmalblcphdpbdcilpmafbd |
URL Resmi | https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd |
Deskripsi | Shows when you can leave! |
Ukuran File | 42.21 KB |
Jumlah Instalasi | 178 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2022-02-10 |
Tanggal Publikasi | 2019-05-08 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | philippe.cade |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/philippecade/howlong |
URL Halaman Bantuan | https://github.com/philippecade/howlong/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "How long?", "version": "0.4", "description": "Shows when you can leave!", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "How long?", "default_icon": { "16": "howlong16.png", "32": "howlong32.png", "128": "howlong128.png" } }, "manifest_version": 2 } |