xNotes
An app to write notes on chrome new tab.
Apa itu xNotes?
xNotes adalah ekstensi Chrome yang dikembangkan oleh https://ahmadzakiy.com, dan fitur utamanya adalah "An app to write notes on chrome new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi xNotes
Unduh file ekstensi xNotes 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
An app to write notes on chrome new tab, with dark theme!
Informasi Dasar Ekstensi
Nama | |
ID | kdcjpeakcckhecgojnbjiohjnbfkgmie |
URL Resmi | https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie |
Deskripsi | An app to write notes on chrome new tab. |
Ukuran File | 584 KB |
Jumlah Instalasi | 262 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2019-02-08 |
Tanggal Publikasi | 2019-02-08 |
Penilaian | 4.67/5 Total 6 Penilaian |
Pengembang | https://ahmadzakiy.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ahmadzakiy/xnotes |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.1", "name": "xNotes", "short_name": "xNotes", "description": "An app to write notes on chrome new tab.", "homepage_url": "https:\/\/github.com\/ahmadzakiy\/xnotes", "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |