Counting Characters - #1 Letter & Word Count
#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).
什麼是Counting Characters - #1 Letter & Word Count?
Counting Characters - #1 Letter & Word Count是由https://www.countingcharacters.com開發的Chrome擴展程式,該擴展的主要功能是“#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).”。
擴展截圖
下載Counting Characters - #1 Letter & Word Count擴展crx文件
下載Counting Characters - #1 Letter & Word Count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Counting Characters is a free character count online extension that gives you instant results(total characters, total characters without spaces, total white spaces and total words) of given text or selected text. (www.countingcharacters.com) New: Website Word Count - With our new feature, you can count the total words of the web page on one click. Why should you choose this extension(Counting Characters)? # This extension is free to use. # Also work in offline. # It gives you real-time results of given text. # Count characters and words by selecting text from the context(right-click) menu. # Case Converter # UPPERCASE Converter # Lowercase Converter # Titlecase Converter # Our extension is best for the writers and bloggers.
擴展基本資訊
名稱 | Counting Characters - #1 Letter & Word Count |
ID | gmaddeabdjpmjkghhhhfdkeemfcnknpl |
官方網址 | https://chromewebstore.google.com/detail/counting-characters-1-let/gmaddeabdjpmjkghhhhfdkeemfcnknpl |
簡介 | #1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter). |
檔案大小 | 269 KB |
安裝次數 | 32,822 |
目前版本 | 1.1.6 |
更新時間 | 2019-02-03 |
上架時間 | 2019-02-03 |
評分 | 3.76/5 共 34 次評分 |
開發者 | https://www.countingcharacters.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.countingcharacters.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Counting Characters - #1 Letter & Word Count", "version": "1.1.6", "description": "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "title": "CountingCharacters.com", "default_icon": "icon16.png", "default_popup": "main.html" }, "background": { "scripts": [ "js\/backgroundpage.js" ], "persistent": false }, "permissions": [ "notifications", "storage", "contextMenus", "tabs", "activeTab" ], "offline_enabled": true, "incognito": "split" } |