Alarm Clock
This is a simple chrome extension and ability to set upto 3 alarm times.
Apa itu Alarm Clock?
Alarm Clock adalah ekstensi Chrome yang dikembangkan oleh http://soubhik.chatterjee.pw, dan fitur utamanya adalah "This is a simple chrome extension and ability to set upto 3 alarm times.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Alarm Clock
Unduh file ekstensi Alarm Clock 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
It's an alarm clock for Google Chrome Browser, with a total of 3 alarms. Very small footprint and its free! Does not need any tabs to be open.
Informasi Dasar Ekstensi
Nama | |
ID | engpdgphngdeimpimkipknieejalbelk |
URL Resmi | https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk |
Deskripsi | This is a simple chrome extension and ability to set upto 3 alarm times. |
Ukuran File | 66.27 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2016-10-25 |
Tanggal Publikasi | 2016-10-25 |
Penilaian | 1.53/5 Total 45 Penilaian |
Pengembang | http://soubhik.chatterjee.pw |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bell.png", "default_title": "Alarm Clock", "name": "Alarm Clock", "default_popup": "popup.html" }, "description": "This is a simple chrome extension and ability to set upto 3 alarm times.", "icons": { "128": "bell.png" }, "web_accessible_resources": [ "bell.png" ], "name": "Alarm Clock", "permissions": [ "tabs", "storage", "notifications", "management", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "version": "1.3" } |