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. 擴展基本資訊
| 名稱 | |
| ID | dhehdcfhafbjceagdpjaogedgjagngph |
| 官方網址 | 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"
]
}
]
} | |