Word counter
This extension helps to count words and sentences of a selected text in the page.
Hvad er Word counter?
Word counter er en Chrome-udvidelse udviklet af https://techytarget.blogspot.com, og dens hovedfunktion er "This extension helps to count words and sentences of a selected text in the page.".
Udvidelsesskærmbilleder
Download Word counter-udvidelses-CRX-fil
Download Word counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Word counter |
ID | cgfjdjopdhopjgbcinafnfpcpjfeaidm |
Officiel URL | https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm |
Beskrivelse | This extension helps to count words and sentences of a selected text in the page. |
Filstørrelse | 22.14 KB |
Antal Installationer | 124 |
Nuværende Version | 4.0 |
Senest Opdateret | 2016-07-05 |
Udgivelsesdato | 2016-07-04 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | https://techytarget.blogspot.com |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |