Simple Notetaking
Just a simple plugin to take notes directly in your browser.
Apa itu Simple Notetaking?
Simple Notetaking adalah ekstensi Chrome yang dikembangkan oleh Rafael Almeida, dan fitur utamanya adalah "Just a simple plugin to take notes directly in your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Notetaking
Unduh file ekstensi Simple Notetaking 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
Informasi Dasar Ekstensi
Nama | Simple Notetaking |
ID | mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
URL Resmi | https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm |
Deskripsi | Just a simple plugin to take notes directly in your browser. |
Ukuran File | 40.92 KB |
Jumlah Instalasi | 139 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-02-09 |
Tanggal Publikasi | 2016-02-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Rafael Almeida |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Notetaking", "description": "Just a simple plugin to take notes directly in your browser.", "version": "1.0.0", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_title": "Simple Notetaking", "default_popup": "views\/popup.html" }, "permissions": [ "storage" ] } |