Word counter

This extension helps to count words and sentences of a selected text in the page.

Τι είναι το Word counter;

Το Word counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://techytarget.blogspot.com, και η κύρια λειτουργία του είναι "This extension helps to count words and sentences of a selected text in the page.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Word counter

Λήψη αρχείων επέκτασης Word counter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension helps to count characters, words, syllables and sentences of a selected text in the page. 
It also calculate the Flesch readability score of the text. The Flesch readability score distinguish the level of understanding of a text for audience.
If the score is less than 30, the text is distinguished difficult. If the score is greater than 90, the text is distinguished easy and if it is between 30 and 90 it is moderate.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Word counter Word counter
ID cgfjdjopdhopjgbcinafnfpcpjfeaidm
Επίσημο URL https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm
Περιγραφή This extension helps to count words and sentences of a selected text in the page.
Μέγεθος Αρχείου 22.14 KB
Αριθμός Εγκαταστάσεων 124
Τρέχουσα Έκδοση 4.0
Τελευταία Ενημέρωση 2016-07-05
Ημερομηνία Δημοσίευσης 2016-07-04
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://techytarget.blogspot.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word counter",
    "short_name": "Word count",
    "description": "This extension helps to count words and sentences of a selected text in the page.",
    "version": "4.0",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Word counter"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}