Site Reminder
Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Apa itu Site Reminder?
Site Reminder adalah ekstensi Chrome yang dikembangkan oleh Boutell.Com, Inc., dan fitur utamanya adalah "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Site Reminder
Unduh file ekstensi Site 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
Ever have trouble remembering not to tweet personal stuff from the company account? I do that all the time. It's an easy problem to solve. Just click Site Reminder to set up personal reminders for websites and individual pages.
Informasi Dasar Ekstensi
Nama | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
URL Resmi | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
Deskripsi | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
Ukuran File | 12.49 KB |
Jumlah Instalasi | 478 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2013-09-30 |
Tanggal Publikasi | 2013-09-29 |
Penilaian | 4.43/5 Total 21 Penilaian |
Pengembang | Boutell.Com, Inc. |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Reminder", "version": "1.0.3", "manifest_version": 2, "description": "Add custom reminders at the top of any page or site, like \"don't forget this is the company's Twitter account.\"", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "icons": [ "icon.png", "large-icon.png" ], "default_popup": "backendController.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "warning.html" ] } |