Word counter
This extension helps to count words and sentences of a selected text in the page.
什麼是Word counter?
Word counter是由https://techytarget.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“This extension helps to count words and sentences of a selected text in the page.”。
擴展截圖
下載Word counter擴展crx文件
下載Word counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension helps to count characters, words, syllables and sentences of a selected text in the page. It also calculate the Flesch readability score of the text. The Flesch readability score distinguish the level of understanding of a text for audience. If the score is less than 30, the text is distinguished difficult. If the score is greater than 90, the text is distinguished easy and if it is between 30 and 90 it is moderate.
擴展基本資訊
名稱 | Word counter |
ID | cgfjdjopdhopjgbcinafnfpcpjfeaidm |
官方網址 | https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm |
簡介 | This extension helps to count words and sentences of a selected text in the page. |
檔案大小 | 22.14 KB |
安裝次數 | 124 |
目前版本 | 4.0 |
更新時間 | 2016-07-05 |
上架時間 | 2016-07-04 |
評分 | 1.00/5 共 1 次評分 |
開發者 | https://techytarget.blogspot.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word counter", "short_name": "Word count", "description": "This extension helps to count words and sentences of a selected text in the page.", "version": "4.0", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Word counter" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |