QRtag.net - The QR Code Generator
Generates an QR Code of the current page.
什麼是QRtag.net - The QR Code Generator?
QRtag.net - The QR Code Generator是由https://www.qrtag.net開發的Chrome擴展程式,該擴展的主要功能是“Generates an QR Code of the current page.”。
擴展截圖
下載QRtag.net - The QR Code Generator擴展crx文件
下載QRtag.net - The QR Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;) 擴展基本資訊
| 名稱 | |
| ID | pokbnfbfgmoimplmmbgdaldkbfdnllpc |
| 官方網址 | https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc |
| 簡介 | Generates an QR Code of the current page. |
| 檔案大小 | 31.27 KB |
| 安裝次數 | 42 |
| 目前版本 | 1.0.5 |
| 更新時間 | 2020-07-17 |
| 上架時間 | 2019-11-07 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://www.qrtag.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.qrtag.net/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QRtag.net - The QR Code Generator",
"short_name": "QRtag.net",
"description": "Generates an QR Code of the current page.",
"version": "1.0.5",
"manifest_version": 2,
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png",
"256": "icon_256.png",
"512": "icon_512.png"
},
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |