Coconote
Take notes in your browser new tab.
Apa itu Coconote?
Coconote adalah ekstensi Chrome yang dikembangkan oleh pierre.goutheraud, dan fitur utamanya adalah "Take notes in your browser new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Coconote
Unduh file ekstensi Coconote 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
Coconote is a new tab extension to take notes. Everything is saved up and synched on all your devices. Made with ❤️ by http://pierregoutheraud.fr
Informasi Dasar Ekstensi
Nama | Coconote |
ID | kjdgikbdpepfaccfiejmignfbogjbbop |
URL Resmi | https://chromewebstore.google.com/detail/coconote/kjdgikbdpepfaccfiejmignfbogjbbop |
Deskripsi | Take notes in your browser new tab. |
Ukuran File | 403 KB |
Jumlah Instalasi | 45 |
Versi Saat Ini | 1.4.3 |
Terakhir Diperbarui | 2020-03-21 |
Tanggal Publikasi | 2020-03-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | pierre.goutheraud |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coconote", "version": "1.4.3", "manifest_version": 2, "description": "Take notes in your browser new tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/; connect-src ws:\/\/localhost:63168\/; font-src *; style-src * 'unsafe-inline';" } |