Timer
Timer Chrome extention, by Pascal Pirate
Apa itu Timer?
Timer adalah ekstensi Chrome yang dikembangkan oleh Pascal Pirate, dan fitur utamanya adalah "Timer Chrome extention, by Pascal Pirate".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Timer
Unduh file ekstensi Timer 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
Simple no thrills timer. Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done. Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds. Thanks SoundBible.com for the sounds.
Informasi Dasar Ekstensi
Nama | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
URL Resmi | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
Deskripsi | Timer Chrome extention, by Pascal Pirate |
Ukuran File | 819 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 3.2.1 |
Terakhir Diperbarui | 2017-03-15 |
Tanggal Publikasi | 2017-03-15 |
Pengembang | Pascal Pirate |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "description": "Timer Chrome extention, by Pascal Pirate", "version": "3.2.1", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "hourglass.png" }, "options_page": "options.html", "browser_action": { "default_icon": "hourglass.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |