Word Count

Adds a word count feature to your context menu (i.e. right-click menu).

Hvad er Word Count?

Word Count er en Chrome-udvidelse udviklet af Peter Organisciak, og dens hovedfunktion er "Adds a word count feature to your context menu (i.e. right-click menu).".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Word Count-udvidelses-CRX-fil

Download Word Count-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

                        Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it!

Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. 

To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.                    

Grundlæggende oplysninger om udvidelsen

Navn Word Count Word Count
ID pnngehidikgomgfjbpffonkeimgbpjlh
Officiel URL https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh
Beskrivelse Adds a word count feature to your context menu (i.e. right-click menu).
Filstørrelse 39.6 KB
Antal Installationer 30,648
Nuværende Version 1.2
Senest Opdateret 2013-02-03
Udgivelsesdato 2013-02-03
Bedømmelse 3.27/5 Samlet 83 Bedømmelser
Udvikler Peter Organisciak
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Count",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Adds a word count feature to your context menu (i.e. right-click menu).",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "count.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}