Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Apa itu Stopwatch?
Stopwatch adalah ekstensi Chrome yang dikembangkan oleh codeware development, dan fitur utamanya adalah "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stopwatch
Unduh file ekstensi Stopwatch 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
This stopwatch gives you the ability to count your time without leaving your active tab or window. It has build in persistence wich will still count even if you have to restart the browser or even your computer.
Informasi Dasar Ekstensi
Nama | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
URL Resmi | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
Deskripsi | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
Ukuran File | 72.87 KB |
Jumlah Instalasi | 1,213 |
Versi Saat Ini | 1.0.0.1 |
Terakhir Diperbarui | 2018-02-10 |
Tanggal Publikasi | 2018-02-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | codeware development |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopwatch", "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.", "version": "1.0.0.1", "browser_action": { "default_icon": "watch.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |