二维码助手
一款可以快捷生成、编辑二维码的浏览器插件
What is 二维码助手?
二维码助手 is a Chrome extension developed by CSDN, and its main feature is "一款可以快捷生成、编辑二维码的浏览器插件".
Extension Screenshots
Download 二维码助手 Extension CRX File
Download 二维码助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
功能简介: 1. 自动把地址栏链接生成二维码 2. 支持修改二维码颜色、背景颜色 3. 支持给二维码添加图片 4. 支持给二维码添加文字 5. 支持自定义二维码导出大小及格式
Extension Basic Information
Name | |
ID | bldngecheaoppkmhkijbllelhbnhbafl |
Official URL | https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E5%8A%A9%E6%89%8B/bldngecheaoppkmhkijbllelhbnhbafl |
Description | 一款可以快捷生成、编辑二维码的浏览器插件 |
File Size | 348 KB |
Installation Count | 133 |
Current Version | 3.0.0 |
Last Updated | 2022-09-01 |
Publish Date | 2021-04-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | CSDN |
[email protected] | |
Payment Type | free |
Extension Website | https://plugin.csdn.net |
Help Page URL | https://plugin.csdn.net |
Privacy Policy Page URL | https://plugin.csdn.net/privacy |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e8c\u7ef4\u7801\u52a9\u624b", "description": "\u4e00\u6b3e\u53ef\u4ee5\u5feb\u6377\u751f\u6210\u3001\u7f16\u8f91\u4e8c\u7ef4\u7801\u7684\u6d4f\u89c8\u5668\u63d2\u4ef6", "homepage_url": "https:\/\/plugin.csdn.net\/", "version": "3.0.0", "manifest_version": 3, "icons": { "16": "icons\/icon-logo-16.png", "48": "icons\/icon-logo-48.png", "128": "icons\/icon-logo-128.png" }, "permissions": [ "tabs", "cookies", "storage" ], "host_permissions": [ "*:\/\/*.csdn.net\/*" ], "background": { "service_worker": "serviceWorker.js" }, "action": { "default_icon": "icons\/icon-logo.png", "default_title": "CSDN-\u4e8c\u7ef4\u7801\u5de5\u5177", "default_popup": "pages\/qrcode.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "packages\/*", "svg\/*", "images\/*", "icons\/*", "pages\/*", "js\/*", "css\/jsonPages.css", "vendor\/*" ], "matches": [ " |