Pop up notes
Simple way of taking quick notes
Apa itu Pop up notes?
Pop up notes adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Simple way of taking quick notes".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pop up notes
Unduh file ekstensi Pop up 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
Simple way of taking and managing quick notes 1) Allows you to add/delete new tabs and take notes 2) Allows you edit your content as per your liking This is version 1. New features will be added in the upcoming versions Any comments and suggestions will be appreciated Thank you.
Informasi Dasar Ekstensi
Nama | Pop up notes |
ID | gadonekoamhlbfjfpleffgbbebgdgnik |
URL Resmi | https://chromewebstore.google.com/detail/pop-up-notes/gadonekoamhlbfjfpleffgbbebgdgnik |
Deskripsi | Simple way of taking quick notes |
Ukuran File | 1.24 MB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-01-20 |
Tanggal Publikasi | 2020-01-19 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pop up notes", "description": "Simple way of taking quick notes", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "icons": { "128": "icon128.png", "16": "icon16.png" }, "permissions": [ "storage", "unlimitedStorage" ], "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |