Q Word Count
Adds word count to the Quora answer editor.
Apa itu Q Word Count?
Q Word Count adalah ekstensi Chrome yang dikembangkan oleh http://christophersu.net, dan fitur utamanya adalah "Adds word count to the Quora answer editor.".
Unduh Berkas CRX Ekstensi Q Word Count
Unduh file ekstensi Q Word Count 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 to add word counts to the Quora answer editor.
Informasi Dasar Ekstensi
Nama | |
ID | oldmfkjmkcmkablbafglffllaimkcaol |
URL Resmi | https://chrome.google.com/webstore/detail/q-word-count/oldmfkjmkcmkablbafglffllaimkcaol |
Deskripsi | Adds word count to the Quora answer editor. |
Ukuran File | 59.09 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2014-08-14 |
Tanggal Publikasi | 2014-08-14 |
Pengembang | http://christophersu.net |
Tipe Pembayaran | free |
Situs Ekstensi | http://christophersu.net |
URL Halaman Bantuan | http://christophersu.net |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Q Word Count", "version": "0.2", "author": "Christopher Su", "homepage_url": "https:\/\/github.com\/csu\/quora-word-count", "description": "Adds word count to the Quora answer editor.", "content_scripts": [ { "matches": [ "*:\/\/*.quora.com\/*" ], "js": [ "jquery-1.11.1.min.js", "word-count.min.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |