KeyLog
Print your keystrokes on the screen.
KeyLogとは何ですか?
KeyLogはDomaによって開発されたChromeの拡張機能で、その主な機能は「Print your keystrokes on the screen.」です。
拡張機能のスクリーンショット
KeyLog拡張機能のCRXファイルをダウンロード
KeyLog拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
KeyLog is a keystroke visualizer. It displays the keys you pressed on the web page.
拡張機能の基本情報
名前 | KeyLog |
ID | oblkclfpobbmfdfhkgglfphfmpgkkbnb |
公式URL | https://chromewebstore.google.com/detail/keylog/oblkclfpobbmfdfhkgglfphfmpgkkbnb |
説明 | Print your keystrokes on the screen. |
ファイルサイズ | 62.68 KB |
インストール数 | 17 |
現在のバージョン | 0.1.1 |
最終更新日 | 2023-07-31 |
公開日 | 2023-07-28 |
開発者 | Doma |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/SevenOutman/KeyLog |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KeyLog", "description": "Print your keystrokes on the screen.", "version": "0.1.1", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_icon": "img\/logo-48.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-eb2a8b80.ad32d918.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "assets\/index.tsx.4c230efb.css" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-48.png", "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/chunk-8b2c7249.js", "assets\/chunk-eb2a8b80.js" ], "use_dynamic_url": true } ] } |