Word Count

Count the words in a selection

Vad är Word Count?

Word Count är en Chrome-tillägg utvecklad av aaronneyer, och dess huvudfunktion är "Count the words in a selection".

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

                                            

Grundläggande Information om Tillägg

Namn Word Count Word Count
ID onnfjhimlddhlechnalkojnnnddppblg
Officiell webbadress https://chrome.google.com/webstore/detail/word-count/onnfjhimlddhlechnalkojnnnddppblg
Beskrivning Count the words in a selection
Filstorlek 10.36 KB
Antal Installationer 45
Aktuell Version 0.1
Senast Uppdaterad 2013-09-17
Publiceringsdatum 2013-09-17
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare aaronneyer
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Count",
    "description": "Count the words in a selection",
    "version": "0.1",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}