Words Counter
This APP find the selected word amount.
Vad är Words Counter?
Words Counter är en Chrome-tillägg utvecklad av grassland, och dess huvudfunktion är "This APP find the selected word amount.".
Tilläggsskärmbilder
Ladda ner Words Counter-förlängningens CRX-fil
Ladda ner Words Counter-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 | Words Counter |
ID | glilfjhglngcfhiogplalcgepclphbhd |
Officiell webbadress | https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd |
Beskrivning | This APP find the selected word amount. |
Filstorlek | 7.93 KB |
Antal Installationer | 8,785 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2016-05-24 |
Publiceringsdatum | 2016-05-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | grassland |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://shirotsumegusa.seesaa.net/article/438016649.html |
Stödda Språk | 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" } |