Chrome Note
A handy way to keep notes while you browse the web
Apa itu Chrome Note?
Chrome Note adalah ekstensi Chrome yang dikembangkan oleh gazza7205, dan fitur utamanya adalah "A handy way to keep notes while you browse the web".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chrome Note
Unduh file ekstensi Chrome 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
This is a basic note taking application. I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention. There are some improvements I'd like to make and will be doing so over time. I'll be putting this on GitHub soon too so you can fork/laugh at it :)
Informasi Dasar Ekstensi
Nama | Chrome Note |
ID | aockhgcalnpkacmmbabpenflbdikonmg |
URL Resmi | https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg |
Deskripsi | A handy way to keep notes while you browse the web |
Ukuran File | 86.14 KB |
Jumlah Instalasi | 1,069 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-07-26 |
Tanggal Publikasi | 2015-07-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | gazza7205 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Note", "description": "A handy way to keep notes while you browse the web", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "app\/index.html" }, "permissions": [ "activeTab" ] } |