QR二维码生成
生成当前网页URL的二维码,自动将本地(localhost/127.0.0.1)域名替换为对外的IP,也能生成指定URL/文件内容。
What is QR二维码生成?
QR二维码生成 is a Chrome extension developed by asins, and its main feature is "生成当前网页URL的二维码,自动将本地(localhost/127.0.0.1)域名替换为对外的IP,也能生成指定URL/文件内容。".
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
生成当前网页URL的二维码。 特点: 1. 默认生成当前网页URL的二维码 2. 自动将本地(localhost/127.0.0.1)域名替换为对外的IP 3. 能生成任何文本内容为二维码 4. 能将二维码下载到本地 5. 具有URL历史记录功能 6. 可设置二维码中心logo图及其大小 7. 可改变二维码前/背景颜色 8. 可改变生成的二维码尺寸
Extension Basic Information
Name | QR二维码生成 |
ID | iclhjaaephnhnkjgkkioolmhibiflnle |
Official URL | https://chromewebstore.google.com/detail/qr%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90/iclhjaaephnhnkjgkkioolmhibiflnle |
Description | 生成当前网页URL的二维码,自动将本地(localhost/127.0.0.1)域名替换为对外的IP,也能生成指定URL/文件内容。 |
File Size | 34.4 KB |
Installation Count | 333 |
Current Version | 1.2.8 |
Last Updated | 2018-06-13 |
Publish Date | 2018-06-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | asins |
[email protected] | |
Payment Type | free |
Extension Website | http://www.nootn.com |
Help Page URL | https://github.com/asins/qrcode |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR\u4e8c\u7ef4\u7801\u751f\u6210", "description": "\u751f\u6210\u5f53\u524d\u7f51\u9875URL\u7684\u4e8c\u7ef4\u7801\uff0c\u81ea\u52a8\u5c06\u672c\u5730(localhost\/127.0.0.1)\u57df\u540d\u66ff\u6362\u4e3a\u5bf9\u5916\u7684IP\uff0c\u4e5f\u80fd\u751f\u6210\u6307\u5b9aURL\/\u6587\u4ef6\u5185\u5bb9\u3002", "version": "1.2.8", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs" ], "icons": { "128": "icon\/128.png", "16": "icon\/16.png", "48": "icon\/48.png" }, "page_action": { "default_icon": { "19": "icon\/19.png", "38": "icon\/38.png" }, "default_popup": "popup.html" } } |