Words Counter
This APP find the selected word amount.
Hvad er Words Counter?
Words Counter er en Chrome-udvidelse udviklet af grassland, og dens hovedfunktion er "This APP find the selected word amount.".
Udvidelsesskærmbilleder
Download Words Counter-udvidelses-CRX-fil
Download Words Counter-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
なぞった文字数をカウントできます。 なぞって右クリック→文字数カウンターを選択するだけです。 文字数の入力制限やレポートで文字数を計算するときなどに便利です。
Grundlæggende oplysninger om udvidelsen
Navn | Words Counter |
ID | glilfjhglngcfhiogplalcgepclphbhd |
Officiel URL | https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd |
Beskrivelse | This APP find the selected word amount. |
Filstørrelse | 7.93 KB |
Antal Installationer | 8,785 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2016-05-24 |
Udgivelsesdato | 2016-05-24 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | grassland |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://shirotsumegusa.seesaa.net/article/438016649.html |
Understøttede Sprog | 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" } |