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 |
官方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" } } |