QR二维码生成
生成当前网页URL的二维码,自动将本地(localhost/127.0.0.1)域名替换为对外的IP,也能生成指定URL/文件内容。
Hvad er QR二维码生成?
QR二维码生成 er en Chrome-udvidelse udviklet af asins, og dens hovedfunktion er "生成当前网页URL的二维码,自动将本地(localhost/127.0.0.1)域名替换为对外的IP,也能生成指定URL/文件内容。".
Udvidelsesskærmbilleder
Download QR二维码生成-udvidelses-CRX-fil
Download QR二维码生成-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
生成当前网页URL的二维码。 特点: 1. 默认生成当前网页URL的二维码 2. 自动将本地(localhost/127.0.0.1)域名替换为对外的IP 3. 能生成任何文本内容为二维码 4. 能将二维码下载到本地 5. 具有URL历史记录功能 6. 可设置二维码中心logo图及其大小 7. 可改变二维码前/背景颜色 8. 可改变生成的二维码尺寸
Grundlæggende oplysninger om udvidelsen
Navn | QR二维码生成 |
ID | iclhjaaephnhnkjgkkioolmhibiflnle |
Officiel URL | https://chromewebstore.google.com/detail/qr%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90/iclhjaaephnhnkjgkkioolmhibiflnle |
Beskrivelse | 生成当前网页URL的二维码,自动将本地(localhost/127.0.0.1)域名替换为对外的IP,也能生成指定URL/文件内容。 |
Filstørrelse | 34.4 KB |
Antal Installationer | 333 |
Nuværende Version | 1.2.8 |
Senest Opdateret | 2018-06-13 |
Udgivelsesdato | 2018-06-13 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | asins |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.nootn.com |
Hjælpeside-URL | https://github.com/asins/qrcode |
Understøttede Sprog | 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" } } |