QCODE 二维码、短链接 生成工具
生成当前页面的二维码、短链接
What is QCODE 二维码、短链接 生成工具?
QCODE 二维码、短链接 生成工具 is a Chrome extension developed by Where, and its main feature is "生成当前页面的二维码、短链接".
Extension Screenshots
Download QCODE 二维码、短链接 生成工具 Extension CRX File
Download QCODE 二维码、短链接 生成工具 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. 二维码生成服务由 https://github.com/davidshimjs/qrcodejs/ 提供服务 2. 短链接生成服务由 https://u.nu/
Extension Basic Information
Name | QCODE 二维码、短链接 生成工具 |
ID | aefjmcpolambjjegdnmpcblmldcoebdm |
Official URL | https://chromewebstore.google.com/detail/qcode-%E4%BA%8C%E7%BB%B4%E7%A0%81%E3%80%81%E7%9F%AD%E9%93%BE%E6%8E%A5-%E7%94%9F%E6%88%90%E5%B7%A5%E5%85%B7/aefjmcpolambjjegdnmpcblmldcoebdm |
Description | 生成当前页面的二维码、短链接 |
File Size | 104 KB |
Installation Count | 160 |
Current Version | 1.7.3 |
Last Updated | 2018-02-05 |
Publish Date | 2018-02-05 |
Rating | 4.60/5 Total 5 Ratings |
Developer | Where |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/moorper/qcode/issues |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QCODE \u4e8c\u7ef4\u7801\u3001\u77ed\u94fe\u63a5 \u751f\u6210\u5de5\u5177", "description": "\u751f\u6210\u5f53\u524d\u9875\u9762\u7684\u4e8c\u7ef4\u7801\u3001\u77ed\u94fe\u63a5", "version": "1.7.3", "manifest_version": 2, "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "16": "img\/icon-16.png" }, "browser_action": { "default_icon": { "19": "img\/icon-16.png", "38": "img\/icon-48.png" }, "default_title": "QCODE", "default_popup": "popup.html" }, "options_page": "option.html", "permissions": [ "https:\/\/*\/*", "tabs" ] } |