Mouse Statistics
Tracks mouse events & key presses
Mouse Statisticsとは何ですか?
Mouse Statisticsはhttps://www.pavsesh.comによって開発されたChromeの拡張機能で、その主な機能は「Tracks mouse events & key presses」です。
拡張機能のスクリーンショット
Mouse Statistics拡張機能のCRXファイルをダウンロード
Mouse Statistics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever wondered how much have you been moving your mouse pointer or how much have you scrolled in your browser viewing the web pages? This is the extension which shows that!
拡張機能の基本情報
名前 | |
ID | dhalffenjnikgfekfdlohiehdbideadk |
公式URL | https://chromewebstore.google.com/detail/mouse-statistics/dhalffenjnikgfekfdlohiehdbideadk |
説明 | Tracks mouse events & key presses |
ファイルサイズ | 19.09 KB |
インストール数 | 55 |
現在のバージョン | 1.0.2 |
最終更新日 | 2018-05-31 |
公開日 | 2018-05-31 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.pavsesh.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mouse Statistics", "version": "1.0.2", "description": "Tracks mouse events & key presses", "permissions": [ "storage", "tabs", "activeTab", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "scripts\/adapters\/chrome.js", "scripts\/tracker.js" ] } ], "background": { "scripts": [ "scripts\/adapters\/chrome.js", "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "views\/popup.html", "default_icon": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png", "256": "images\/logo-256.png" } }, "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png", "256": "images\/logo-256.png" }, "chrome_url_overrides": { "newtab": "views\/newtab.html" }, "web_accessible_resources": [ "images\/*", "scripts\/newtab.js" ], "manifest_version": 2 } |