CPS Test
This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.
CPS Testคืออะไร?
CPS Test เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sherlingjack และคุณลักษณะหลักของมันคือ "This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CPS Test
ดาวน์โหลดไฟล์ส่วนขยาย CPS Test ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CPS Test |
ID | aphphgiefmjmofabjffjdbhgiomkocil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cps-test/aphphgiefmjmofabjffjdbhgiomkocil |
คำอธิบาย | This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time. |
ขนาดไฟล์ | 5.81 KB |
จำนวนการติดตั้ง | 4,456 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-05-31 |
วันที่เผยแพร่ | 2020-05-08 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | sherlingjack |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CPS Test", "version": "1.2", "manifest_version": 2, "icons": { "128": "cursor.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "CPS Test" } } |