Quick Qr
You can easily convert this any link to QR and go free with it!
什麼是Quick Qr?
Quick Qr是由https://ssleptsov.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“You can easily convert this any link to QR and go free with it!”。
擴展截圖
下載Quick Qr擴展crx文件
下載Quick Qr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link. 擴展基本資訊
| 名稱 | |
| ID | afifoohmohbfgaknonkiooaddfmmckia |
| 官方網址 | https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia |
| 簡介 | You can easily convert this any link to QR and go free with it! |
| 檔案大小 | 211 KB |
| 安裝次數 | 66 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2016-03-07 |
| 上架時間 | 2016-03-07 |
| 評分 | 4.50/5 共 2 次評分 |
| 開發者 | https://ssleptsov.blogspot.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"page_action": {
"default_icon": "images\/Qr-ice-19.png",
"default_popup": "popup.html",
"default_title": "You can easily convert any link to QR and go free with it!"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "You can easily convert this any link to QR and go free with it!",
"background": {
"scripts": [
"js\/background.js",
"js\/jquery-1.9.1.min.js",
"js\/qrcode.js",
"js\/jquery.qrcode.js"
]
},
"name": "Quick Qr",
"permissions": [
"tabs"
],
"offline_enabled": true,
"icons": {
"48": "images\/Qr-ice-48.png",
"128": "images\/Qr-ice-128.png",
"256": "images\/Qr-ice-256.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"version": "1.0.1"
} | |