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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.countingcharacters.com และคุณลักษณะหลักของมันคือ "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Counting Characters - #1 Letter & Word Count
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gmaddeabdjpmjkghhhhfdkeemfcnknpl |
| URL อย่างเป็นทางการ | 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"
} | |