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 là gì?
my extension là một tiện ích mở rộng Chrome được phát triển bởi dkempton.developer, và tính năng chính của nó là "Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng my extension
Tải xuống các tệp mở rộng my extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | my extension |
ID | dhehdcfhafbjceagdpjaogedgjagngph |
URL Chính Thức | https://chromewebstore.google.com/detail/my-extension/dhehdcfhafbjceagdpjaogedgjagngph |
Mô tả | Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the… |
Kích Thước Tệp | 3.23 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-01-07 |
Ngày Phát Hành | 2021-01-07 |
Nhà Phát Triển | dkempton.developer |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |