Count String Length
calculate selected text's length (strlen)
Count String Lengthคืออะไร?
Count String Length เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pai Peng และคุณลักษณะหลักของมันคือ "calculate selected text's length (strlen)"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Count String Length
ดาวน์โหลดไฟล์ส่วนขยาย Count String Length ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jmoeecegjcmhgmhoinddfemlgkbgjggh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh |
คำอธิบาย | calculate selected text's length (strlen) |
ขนาดไฟล์ | 7.96 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-08-03 |
วันที่เผยแพร่ | 2015-08-03 |
ผู้พัฒนา | Pai Peng |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Count String Length", "version": "0.1", "manifest_version": 2, "description": "calculate selected text's length (strlen)", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "permissions": [ " |