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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
}
]
} | |