Take a note
This extension will let you take a simple note in Chrome.
Apa itu Take a note?
Take a note adalah ekstensi Chrome yang dikembangkan oleh omgmog, dan fitur utamanya adalah "This extension will let you take a simple note in Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Take a note
Unduh file ekstensi Take a 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
A simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.
Informasi Dasar Ekstensi
Nama | Take a note |
ID | kfiafdpdemicicjnfadpklcolhjghggp |
URL Resmi | https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp |
Deskripsi | This extension will let you take a simple note in Chrome. |
Ukuran File | 15.07 KB |
Jumlah Instalasi | 682 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2013-09-30 |
Tanggal Publikasi | 2013-09-30 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | omgmog |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://omgmog.net |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Take a note", "description": "This extension will let you take a simple note in Chrome.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |