Character Count
Количество символов и слов в тексте
什麼是Character Count?
Character Count是由https://charactercount.org開發的Chrome擴展程式,該擴展的主要功能是“Количество символов и слов в тексте”。
擴展截圖
下載Character Count擴展crx文件
下載Character Count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add the function of counting the number of words and characters to your browser. Is a simple character and word count tool. A tool for getting an idea of the number of words and characters on a web page. This word and character counter works both online and offline. How do you use it? - Activate the extension - Highlight the text fragment - Click the extension button and Character counter will count how many words and characters
擴展基本資訊
名稱 | Character Count |
ID | pbdbclofheomdhkeinpijgfhkdjcookd |
官方網址 | https://chromewebstore.google.com/detail/character-count/pbdbclofheomdhkeinpijgfhkdjcookd |
簡介 | Количество символов и слов в тексте |
檔案大小 | 17.75 KB |
安裝次數 | 5,527 |
目前版本 | 1.0.0 |
更新時間 | 2020-11-02 |
上架時間 | 2020-09-07 |
評分 | 3.29/5 共 7 次評分 |
開發者 | https://charactercount.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://charactercount.org |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Character Count", "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0441\u043b\u043e\u0432 \u0432 \u0442\u0435\u043a\u0441\u0442\u0435", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |