Super Quick Notes
Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
Apa itu Super Quick Notes?
Super Quick Notes adalah ekstensi Chrome yang dikembangkan oleh Tilek Mamutov, dan fitur utamanya adalah "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Super Quick Notes
Unduh file ekstensi Super Quick 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
Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page. Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose. This text editor is powered by Quill rich text editor. If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.
Informasi Dasar Ekstensi
Nama | |
ID | fojgjomfklhcldkiolieinholgmafcfm |
URL Resmi | https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm |
Deskripsi | Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome. |
Ukuran File | 125 KB |
Jumlah Instalasi | 218 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2017-01-04 |
Tanggal Publikasi | 2017-01-04 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | Tilek Mamutov |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Quick Notes", "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.", "version": "1.1.3", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |