Word Count

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

Vad är Word Count?

Word Count är en Chrome-tillägg utvecklad av Peter Organisciak, och dess huvudfunktion är "Adds a word count feature to your context menu (i.e. right-click menu).".

Tilläggsskärmbilder

screenshot
screenshot

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

                        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äggande Information om Tillägg

Namn Word Count Word Count
ID pnngehidikgomgfjbpffonkeimgbpjlh
Officiell webbadress https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh
Beskrivning Adds a word count feature to your context menu (i.e. right-click menu).
Filstorlek 39.6 KB
Antal Installationer 30,648
Aktuell Version 1.2
Senast Uppdaterad 2013-02-03
Publiceringsdatum 2013-02-03
Betyg 3.27/5 Totalt 83 Betyg
Utvecklare Peter Organisciak
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}