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是由sherlingjack開發的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擴展crx文件
下載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 |
官方網址 | 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" } } |