Words Counter

This APP find the selected word amount.

Wat is Words Counter?

Words Counter is een Chrome-extensie ontwikkeld door grassland, en de belangrijkste functie is "This APP find the selected word amount.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Words Counter

Download Words Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        なぞった文字数をカウントできます。
なぞって右クリック→文字数カウンターを選択するだけです。

文字数の入力制限やレポートで文字数を計算するときなどに便利です。                    

Basisinformatie over de Extensie

Naam Words Counter Words Counter
ID glilfjhglngcfhiogplalcgepclphbhd
Officiële URL https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd
Beschrijving This APP find the selected word amount.
Bestandsgrootte 7.93 KB
Aantal Installaties 8,785
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-05-24
Publicatiedatum 2016-05-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar grassland
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://shirotsumegusa.seesaa.net/article/438016649.html
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "count.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "ja"
}