Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
Apa itu Word Count?
Word Count adalah ekstensi Chrome yang dikembangkan oleh Peter Organisciak, dan fitur utamanya adalah "Adds a word count feature to your context menu (i.e. right-click menu).".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Word Count
Unduh file ekstensi 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
Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it! Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.
Informasi Dasar Ekstensi
Nama | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
URL Resmi | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
Deskripsi | Adds a word count feature to your context menu (i.e. right-click menu). |
Ukuran File | 39.6 KB |
Jumlah Instalasi | 30,648 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2013-02-03 |
Tanggal Publikasi | 2013-02-03 |
Penilaian | 3.27/5 Total 83 Penilaian |
Pengembang | Peter Organisciak |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.2", "manifest_version": 2, "description": "Adds a word count feature to your context menu (i.e. right-click menu).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "count.js" ] }, "offline_enabled": true, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |