Reminder
Create simple reminders with this chrome extension. Input message and time and you are set.
Apa itu Reminder?
Reminder adalah ekstensi Chrome yang dikembangkan oleh Andy Young, dan fitur utamanya adalah "Create simple reminders with this chrome extension. Input message and time and you are set.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reminder
Unduh file ekstensi Reminder 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, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.
Informasi Dasar Ekstensi
Nama | Reminder |
ID | jllcblicpghgjfoldcphpiekbmoamflm |
URL Resmi | https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm |
Deskripsi | Create simple reminders with this chrome extension. Input message and time and you are set. |
Ukuran File | 94.52 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-03-10 |
Tanggal Publikasi | 2018-03-09 |
Pengembang | Andy Young |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminder", "description": "Create simple reminders with this chrome extension. Input message and time and you are set.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" } } |