url2QR
generate QR Code from url in order to scan it with your phone.
什麼是url2QR?
url2QR是由Ilyas Bakouch開發的Chrome擴展程式,該擴展的主要功能是“generate QR Code from url in order to scan it with your phone.”。
擴展截圖
下載url2QR擴展crx文件
下載url2QR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A clean light-weight extension to generate a QR code from current URL so you can access it directly from your phone by scanning it.
擴展基本資訊
名稱 | url2QR |
ID | lgmenkmlmidgacngldgfbgicgindjamp |
官方網址 | https://chromewebstore.google.com/detail/url2qr/lgmenkmlmidgacngldgfbgicgindjamp |
簡介 | generate QR Code from url in order to scan it with your phone. |
檔案大小 | 4.32 KB |
安裝次數 | 30 |
目前版本 | 1.0 |
更新時間 | 2013-04-05 |
上架時間 | 2013-04-05 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Ilyas Bakouch |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "url2QR", "description": "generate QR Code from url in order to scan it with your phone.", "version": "1.0", "permissions": [ "tabs" ], "homepage_url": "http:\/\/isbkch.net\/", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code from current URL" } } |