Word count
Counts words and characters in selected text
Vad är Word count?
Word count är en Chrome-tillägg utvecklad av trishul.goel, och dess huvudfunktion är "Counts words and characters in selected text".
Tilläggsskärmbilder
Ladda ner Word count-förlängningens CRX-fil
Ladda ner Word count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features -
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use Grundläggande Information om Tillägg
| Namn | |
| ID | fccagoceegcmobaejjledllidklajbmc |
| Officiell webbadress | https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc |
| Beskrivning | Counts words and characters in selected text |
| Filstorlek | 10.85 KB |
| Antal Installationer | 176 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2019-01-05 |
| Publiceringsdatum | 2019-01-05 |
| Utvecklare | trishul.goel |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Word count",
"description": "Counts words and characters in selected text",
"version": "1.0.0",
"icons": {
"32": "icons\/icon_32.png",
"128": "icons\/icon_128.png",
"64": "icons\/icon_64.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"notifications"
]
} | |