Word Counter Plus
Provides a right click context menu to get stats on the selected text
Τι είναι το Word Counter Plus;
Το Word Counter Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://steven-roberts.github.io, και η κύρια λειτουργία του είναι "Provides a right click context menu to get stats on the selected text".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Word Counter Plus
Λήψη αρχείων επέκτασης Word Counter Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Word Counter Plus is a simple and useful tool that lets you views stats on selected text. Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item. It will tell you the number of words and characters selected as well as the average and longest word length. Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
Επίσημο URL | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Περιγραφή | Provides a right click context menu to get stats on the selected text |
Μέγεθος Αρχείου | 5.23 KB |
Αριθμός Εγκαταστάσεων | 179,028 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2018-07-21 |
Ημερομηνία Δημοσίευσης | 2018-07-21 |
Αξιολόγηση | 4.25/5 Συνολικά 99 Αξιολογήσεις |
Προγραμματιστής | https://steven-roberts.github.io |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Steven-Roberts/Word-Counter-Plus |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Plus", "version": "1.2", "description": "Provides a right click context menu to get stats on the selected text", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "author": "Steven Roberts", "background": { "persistent": false, "scripts": [ "background.js" ] }, "minimum_chrome_version": "41.0", "offline_enabled": true, "permissions": [ "contextMenus" ] } |