Note Board Sticky Notes
Simple and very light weight extension,it remind your works or tasks.
Apa itu Note Board Sticky Notes?
Note Board Sticky Notes adalah ekstensi Chrome yang dikembangkan oleh Krishna, dan fitur utamanya adalah "Simple and very light weight extension,it remind your works or tasks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Note Board Sticky Notes
Unduh file ekstensi Note Board Sticky Notes 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 is very easy to handle and save your valuable points and remember your tasks on it Our features: - Save Notes...! - Right click to add text in popup
Informasi Dasar Ekstensi
Nama | Note Board Sticky Notes |
ID | aiichcjobjkafoiaapgoleibkogafemj |
URL Resmi | https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj |
Deskripsi | Simple and very light weight extension,it remind your works or tasks. |
Ukuran File | 69.72 KB |
Jumlah Instalasi | 332 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-12-10 |
Tanggal Publikasi | 2020-12-09 |
Penilaian | 4.50/5 Total 4 Penilaian |
Pengembang | Krishna |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.krishnamurthy.me/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Note Board Sticky Notes", "version": "1.0", "description": "Simple and very light weight extension,it remind your works or tasks.", "permissions": [ "storage", "notifications", "contextMenus", "unlimitedStorage" ], "browser_action": { "default_icon": "icons\/16.png", "default_title": "Click Me Here", "default_popup": "\/popup.html" }, "background": { "scripts": [ "\/scripts\/eventPage.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |