Easy Note
Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Apa itu Easy Note?
Easy Note adalah ekstensi Chrome yang dikembangkan oleh ozanerturk17, dan fitur utamanya adalah "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy Note
Unduh file ekstensi Easy Note 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
You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.
Informasi Dasar Ekstensi
Nama | |
ID | hheobakelknbjicekbkmijjgcbephcef |
URL Resmi | https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef |
Deskripsi | Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome |
Ukuran File | 222 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2024-02-27 |
Tanggal Publikasi | 2021-03-10 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | ozanerturk17 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ozanerturk/easy-note-chrome-extension |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Note", "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome", "version": "1.3.1", "background": { "service_worker": "background.js" }, "permissions": [ "clipboard" ], "action": { "default_icon": "icon.png", "default_popup": "tab.html" }, "chrome_url_overrides": { "newtab": "tab.html" } } |