Key Generator
Key Generator on Key press
什么是Key Generator?
Key Generator是由Ezdilod开发的Chrome扩展程序,该扩展的主要功能是“Key Generator on Key press”。
扩展截图
下载Key Generator扩展crx文件
下载Key Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a developer extension Just download this repo and add it to your Chrome extensions. or quick access to any KeyCode in JS
扩展基本信息
名称 | Key Generator |
ID | bekjoicginmpeobbhlodebpfkoeehdll |
官方URL | https://chromewebstore.google.com/detail/key-generator/bekjoicginmpeobbhlodebpfkoeehdll |
简介 | Key Generator on Key press |
文件大小 | 77.67 KB |
安装次数 | 18 |
当前版本 | 1.1 |
更新时间 | 2022-10-04 |
上架时间 | 2022-08-27 |
开发者 | Ezdilod |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Key Generator", "version": "1.1", "description": "Key Generator on Key press", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |