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 |
Eメール | [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" } } |