URL2QR
This extension generates a QR code for the current tab's URL.
什麼是URL2QR?
URL2QR是由Nikola Ananiev and Vladimir Stefanov開發的Chrome擴展程式,該擴展的主要功能是“This extension generates a QR code for the current tab's URL.”。
擴展截圖
下載URL2QR擴展crx文件
下載URL2QR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Instantly generate and share a QR Code for your current URL. QR (Quick Response) is a two-dimensional barcode used to store information in a visual pattern. It is invented by the Denso subsidiary of Toyota in 1994. QR codes are now widely used in advertising and entertainment. Our extension let's you generate a QR code for the currently viewed tab in Chrome Browser. It is visualized via a canvas drawn by the extension. It let's you take your reading onto another device (e.g. your mobile phone or tablet) or share the current URL with your friends. This way you can continue reading and browsing from your computer onto your mobile device without having to memorize and type the URL. Most mobile operating systems support QR codes and have designated software for using them. Android has the free and open-source "Bar Code Scanner" in the Google Play Store, while iPhone users might try the "i-nigma QR Code, Data Matrix and 1D barcode reader" or "Scan - QR Code and Barcode Reader" - both available at iTunes. Note that this Chrome App also allows to use the App offline and does not require any special permissions. After opening it the first time with active internet connection it is made available for offline use. If you would like to see new features and/or report bugs and feedback, please feel free to do so by contacting us via e-mail.
擴展基本資訊
名稱 | URL2QR |
ID | nkiecajlaphenndjpfjoeldeljkgpjec |
官方網址 | https://chromewebstore.google.com/detail/url2qr/nkiecajlaphenndjpfjoeldeljkgpjec |
簡介 | This extension generates a QR code for the current tab's URL. |
檔案大小 | 45.74 KB |
安裝次數 | 646 |
目前版本 | 1.0 |
更新時間 | 2015-11-10 |
上架時間 | 2015-11-10 |
評分 | 3.73/5 共 15 次評分 |
開發者 | Nikola Ananiev and Vladimir Stefanov |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL2QR", "description": "This extension generates a QR code for the current tab's URL.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "basic.html" }, "permissions": [ "tabs" ] } |