AlarmMe
Alarm you at the given time or after a given time period.
Apa itu AlarmMe?
AlarmMe adalah ekstensi Chrome yang dikembangkan oleh moenekoremi, dan fitur utamanya adalah "Alarm you at the given time or after a given time period.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AlarmMe
Unduh file ekstensi AlarmMe 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
Enter the hour and minutes in the first and second text boxes and press after to set an alarm after the specified time interval. Enter the hour and minutes in the first and second text boxes and press when to set an alarm at the specified time in 24 hour system. A window will pop up and alarm sound will be played when the time is up.
Informasi Dasar Ekstensi
Nama | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
URL Resmi | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Deskripsi | Alarm you at the given time or after a given time period. |
Ukuran File | 124 KB |
Jumlah Instalasi | 367 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-02-12 |
Tanggal Publikasi | 2016-02-12 |
Pengembang | moenekoremi |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlarmMe", "description": "Alarm you at the given time or after a given time period.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [], "browser_action": { "default_popup": "popup.html", "default_title": "My Simple Alarm" } } |