Flash Note
This extension allows you to write small notes in your browser.
Apa itu Flash Note?
Flash Note adalah ekstensi Chrome yang dikembangkan oleh Fat Cattitude, LLC, dan fitur utamanya adalah "This extension allows you to write small notes in your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Flash Note
Unduh file ekstensi Flash 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
This extension allows you to take quick notes right from your browser. Notes are synced to your Google account.
Informasi Dasar Ekstensi
Nama | Flash Note |
ID | cbpmbifffiggcmoipaafjmkmmjicojfl |
URL Resmi | https://chromewebstore.google.com/detail/flash-note/cbpmbifffiggcmoipaafjmkmmjicojfl |
Deskripsi | This extension allows you to write small notes in your browser. |
Ukuran File | 849 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 0.0.0.7 |
Terakhir Diperbarui | 2023-05-30 |
Tanggal Publikasi | 2018-06-21 |
Pengembang | Fat Cattitude, LLC |
[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": "Flash Note", "description": "This extension allows you to write small notes in your browser.", "version": "0.0.0.7", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |