my extension
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…
什么是my extension?
my extension是由dkempton.developer开发的Chrome扩展程序,该扩展的主要功能是“Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…”。
扩展截图
下载my extension扩展crx文件
下载my extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the package to get the extension name to change, but couldn't get that to work.
扩展基本信息
名称 | my extension |
ID | dhehdcfhafbjceagdpjaogedgjagngph |
官方URL | https://chromewebstore.google.com/detail/my-extension/dhehdcfhafbjceagdpjaogedgjagngph |
简介 | Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the… |
文件大小 | 3.23 KB |
安装次数 | 42 |
当前版本 | 0.0.1 |
更新时间 | 2021-01-07 |
上架时间 | 2021-01-07 |
开发者 | dkempton.developer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "name": "my extension", "content_scripts": [ { "matches": [ "https:\/\/wesign4u.com\/signing\/*" ], "js": [ "script.js" ] } ] } |