Q Pad
The simple notepad.
Apa itu Q Pad?
Q Pad adalah ekstensi Chrome yang dikembangkan oleh chick307, dan fitur utamanya adalah "The simple notepad.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Q Pad
Unduh file ekstensi Q Pad 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
The simple notepad. You can share note via Gmail, Blogger or Twitter. "Ctrl + Shift + /" → to show list of shortcut keys
Informasi Dasar Ekstensi
Nama | Q Pad |
ID | gkaekoklibblfgbmjcellibkjmgddcjh |
URL Resmi | https://chromewebstore.google.com/detail/q-pad/gkaekoklibblfgbmjcellibkjmgddcjh |
Deskripsi | The simple notepad. |
Ukuran File | 183 KB |
Jumlah Instalasi | 873 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2014-03-05 |
Tanggal Publikasi | 2014-03-04 |
Penilaian | 4.33/5 Total 42 Penilaian |
Pengembang | chick307 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/chick307/Q-Pad |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Q Pad", "version": "1.0.0", "description": "The simple notepad.", "icons": { "16": "images\/qpad-16.png", "128": "images\/qpad-128.png" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "vendor\/angular\/angular.js", "scripts\/events.js", "scripts\/wrapped-storage.js", "scripts\/app.js", "scripts\/background.js" ] }, "browser_action": { "default_title": "Q Pad", "default_icon": "images\/qpad-19.png" }, "options_page": "options-page\/index.html" } |