Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
Apa itu Snap Note?
Snap Note adalah ekstensi Chrome yang dikembangkan oleh Arthelon, dan fitur utamanya adalah "A Chrome Extension in the form of a pop-up notepad with various functions".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Snap Note
Unduh file ekstensi Snap 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 Chrome Extension in the form of a pop-up notepad with various functions. IMPORTANT : Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.
Informasi Dasar Ekstensi
Nama | Snap Note |
ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
URL Resmi | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
Deskripsi | A Chrome Extension in the form of a pop-up notepad with various functions |
Ukuran File | 277 KB |
Jumlah Instalasi | 908 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2015-09-11 |
Tanggal Publikasi | 2015-09-11 |
Penilaian | 3.91/5 Total 11 Penilaian |
Pengembang | Arthelon |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/Arthelon |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snap Note", "version": "0.0.5", "manifest_version": 2, "description": "A Chrome Extension in the form of a pop-up notepad with various functions", "author": "Daniel Hsing", "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "32": "images\/note-32.png", "48": "images\/note-48.png", "128": "images\/note-128.png" }, "browser_action": { "default_icon": "images\/note-128.png", "default_title": "Snap Note", "default_popup": "index.html" }, "permissions": [ "unlimitedStorage" ], "web_accessible_resources": [ "index.html", "js\/popup.js" ] } |