二维码生成器
一个用来把当前浏览页面地址生成二维码的小插件
What is 二维码生成器?
二维码生成器 is a Chrome extension developed by qqluckylu, 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
一个简单获取当前网页URL生成二维码小方法
Extension Basic Information
Name | 二维码生成器 |
ID | effgonodledjnccmbmenpilimbhljahh |
Official URL | https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8/effgonodledjnccmbmenpilimbhljahh |
Description | 一个用来把当前浏览页面地址生成二维码的小插件 |
File Size | 44.37 KB |
Installation Count | 2,000 |
Current Version | 1.4 |
Last Updated | 2017-04-20 |
Publish Date | 2017-04-20 |
Rating | 3.00/5 Total 1 Ratings |
Developer | qqluckylu |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u4e8c\u7ef4\u7801\u751f\u6210\u5668", "version": "1.4", "description": "\u4e00\u4e2a\u7528\u6765\u628a\u5f53\u524d\u6d4f\u89c8\u9875\u9762\u5730\u5740\u751f\u6210\u4e8c\u7ef4\u7801\u7684\u5c0f\u63d2\u4ef6", "icons": { "48": "qrcode_48x48.png" }, "browser_action": { "default_icon": "qrcode_19x19.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |