Words Counter
This APP find the selected word amount.
什麼是Words Counter?
Words Counter是由grassland開發的Chrome擴展程式,該擴展的主要功能是“This APP find the selected word amount.”。
擴展截圖
下載Words Counter擴展crx文件
下載Words Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
なぞった文字数をカウントできます。 なぞって右クリック→文字数カウンターを選択するだけです。 文字数の入力制限やレポートで文字数を計算するときなどに便利です。
擴展基本資訊
名稱 | Words Counter |
ID | glilfjhglngcfhiogplalcgepclphbhd |
官方網址 | https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd |
簡介 | This APP find the selected word amount. |
檔案大小 | 7.93 KB |
安裝次數 | 8,785 |
目前版本 | 1.0.0 |
更新時間 | 2016-05-24 |
上架時間 | 2016-05-24 |
評分 | 5.00/5 共 2 次評分 |
開發者 | grassland |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://shirotsumegusa.seesaa.net/article/438016649.html |
支援的語言 | 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" } |