简单 QR 生成器
根据当前页面的 URL 生成 QR 码
What is 简单 QR 生成器?
简单 QR 生成器 is a Chrome extension developed by https://www.gracecode.com, and its main feature is "根据当前页面的 URL 生成 QR 码".
Extension Screenshots
Download 简单 QR 生成器 Extension CRX File
Download 简单 QR 生成器 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
根据当前 Tab 窗口 URL 生成 QR 码,支持在移动端打开、扫描分享到微信等。 * Share to WeChat: Use WeChat's Mobile client to scan two-dimensional code sharing page to the micro-channel circle of friends. * Save QR Image: Drag the image to your desktop(or other location what you want), the image type is PNG. This is an open source project: https://github.com/feelinglucky/chrome-plugin-simple-qr-generator
Extension Basic Information
Name | 简单 QR 生成器 |
ID | ajaomcmkalmeeahjfdklkcjbljhbokjl |
Official URL | https://chromewebstore.google.com/detail/%E7%AE%80%E5%8D%95-qr-%E7%94%9F%E6%88%90%E5%99%A8/ajaomcmkalmeeahjfdklkcjbljhbokjl |
Description | 根据当前页面的 URL 生成 QR 码 |
File Size | 41.07 KB |
Installation Count | 2,247 |
Current Version | 1.1.0 |
Last Updated | 2017-01-01 |
Publish Date | 2016-12-31 |
Rating | 4.54/5 Total 24 Ratings |
Developer | https://www.gracecode.com |
Payment Type | free |
Extension Website | https://github.com/feelinglucky/chrome-plugin-simple-qr-generator |
Supported Languages | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.0", "default_locale": "zh_CN", "name": "__MSG_extName__", "description": "__MSG_extDesp__", "icons": { "128": "icon_128.png", "32": "icon_32.png" }, "browser_action": { "default_icon": "icon_32.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |