QrURL
create a qrcode from an url
什麼是QrURL?
QrURL是由https://qrurl.it開發的Chrome擴展程式,該擴展的主要功能是“create a qrcode from an url”。
擴展截圖
下載QrURL擴展crx文件
下載QrURL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world. 擴展基本資訊
| 名稱 | |
| ID | ckcagfpjgmmncmkgdilpjbkleijonafi |
| 官方網址 | https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi |
| 簡介 | create a qrcode from an url |
| 檔案大小 | 14.45 KB |
| 安裝次數 | 115 |
| 目前版本 | 0.4.3 |
| 更新時間 | 2017-09-28 |
| 上架時間 | 2017-09-28 |
| 開發者 | https://qrurl.it |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://qrurl.it |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QrURL",
"version": "0.4.3",
"description": "create a qrcode from an url",
"background_page": "background.html",
"browser_action": {
"default_icon": "icon-128.png",
"popup": "popup.html"
},
"homepage_url": "http:\/\/qrurl.it",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |