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 |
官方網址 | 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" } } |