QR Code Generator
Current Page to QR Code
什麼是QR Code Generator?
QR Code Generator是由https://www.xuemengfei.com開發的Chrome擴展程式,該擴展的主要功能是“Current Page to QR Code”。
擴展截圖
下載QR Code Generator擴展crx文件
下載QR Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generate a QR code image for your active tab.
You can scan it by mobile.
二维码生成器——把当前网页的链接生成二维码图片 擴展基本資訊
| 名稱 | |
| ID | heggnnjajfcmdmppnfpkgjiempnifpdl |
| 官方網址 | https://chromewebstore.google.com/detail/qr-code-generator/heggnnjajfcmdmppnfpkgjiempnifpdl |
| 簡介 | Current Page to QR Code |
| 檔案大小 | 49.76 KB |
| 安裝次數 | 37 |
| 目前版本 | 1.0 |
| 更新時間 | 2014-03-21 |
| 上架時間 | 2014-03-21 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://www.xuemengfei.com |
| 付費類型 | free |
| 支援的語言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QR Code Generator",
"description": "Current Page to QR Code",
"version": "1.0",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": {
"19": "assets\/[email protected]",
"38": "assets\/[email protected]"
},
"icons": {
"16": "assets\/[email protected]",
"48": "assets\/[email protected]",
"128": "assets\/[email protected]"
},
"default_title": "QR Code Generator",
"default_popup": "index.html"
}
} | |