二维码生成器(Lucky QR Generator)
Transfer URL to QR
什麼是二维码生成器(Lucky QR Generator)?
二维码生成器(Lucky QR Generator)是由lucky開發的Chrome擴展程式,該擴展的主要功能是“Transfer URL to QR”。
擴展截圖
下載二维码生成器(Lucky QR Generator)擴展crx文件
下載二维码生成器(Lucky QR Generator)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
二维码生成器(Lucky QR Generator)
1. 方便PC端URL生成二维码,方便手机扫描查看该网站;
2. 方便文本生成二维码;
3. 通常是方便前端开发者使用,尤其在开发端上产品时,方便手机预览效果; 擴展基本資訊
| 名稱 | |
| ID | oopkanhnleelpejljcihhooabmoakibc |
| 官方網址 | https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8lucky-qr-generator/oopkanhnleelpejljcihhooabmoakibc |
| 簡介 | Transfer URL to QR |
| 檔案大小 | 32.93 KB |
| 安裝次數 | 48 |
| 目前版本 | 0.9 |
| 更新時間 | 2017-11-09 |
| 上架時間 | 2017-11-08 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | lucky |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u4e8c\u7ef4\u7801\u751f\u6210\u5668(Lucky QR Generator)",
"author": {
"name": "Lucky Bai",
"mail": "[email protected]"
},
"browser_action": {
"default_icon": {
"16": ".\/images\/icon16.png",
"19": ".\/images\/icon19.png",
"24": ".\/images\/icon24.png",
"32": ".\/images\/icon32.png",
"48": ".\/images\/icon48.png"
},
"default_title": "QR Generator(@Lucky)",
"default_popup": "popup.html"
},
"version": "0.9",
"description": "Transfer URL to QR",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": ".\/images\/icon16.png",
"32": ".\/images\/icon32.png",
"48": ".\/images\/icon48.png",
"128": ".\/images\/icon128.png"
},
"manifest_version": 2
} | |