Human Typing By Vikyp
Human Typing By Vikyp
什么是Human Typing By Vikyp?
Human Typing By Vikyp是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Human Typing By Vikyp”。
扩展截图
下载Human Typing By Vikyp扩展crx文件
下载Human Typing By Vikyp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Human Typing By Vikyp emulates clipboard paste as human typing for fast and easy data input into fields in the browser.
扩展基本信息
名称 | Human Typing By Vikyp |
ID | pkklnaklcgpbepjfpdapabdmbhpjkgjp |
官方URL | https://chromewebstore.google.com/detail/human-typing-by-vikyp/pkklnaklcgpbepjfpdapabdmbhpjkgjp |
简介 | Human Typing By Vikyp |
文件大小 | 567 KB |
安装次数 | 1,129 |
当前版本 | 1.0.2 |
更新时间 | 2020-03-27 |
上架时间 | 2020-03-27 |
评分 | 1.78/5 共9次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://www.facebook.com/vikash.pandey72/ |
帮助页面URL | https://www.facebook.com/vikash.pandey72/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "assets\/icon_128_mc_4.png", "default_popup": "index.html" }, "description": "Human Typing By Vikyp", "icons": { "128": "assets\/icon_128_mc.png", "16": "assets\/icon_128_mc_4.png" }, "commands": { "paste_last": { "description": "Copy all saved copies at once", "suggested_key": { "default": "Ctrl+Q" } } }, "manifest_version": 2, "name": "Human Typing By Vikyp", "permissions": [ "activeTab", "storage", "contextMenus" ], "version": "1.0.2" } |