QRL

Convert your URL or any other text into a QR Code to open in your Mobile Device.

什麼是QRL?

QRL是由Abhijith Nandagopal開發的Chrome擴展程式,該擴展的主要功能是“Convert your URL or any other text into a QR Code to open in your Mobile Device.”。

擴展截圖

screenshot

下載QRL擴展crx文件

下載QRL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Prevents you from either typing everything into your mobile device or sending it via Gmail or other tedious methods. Just click the extension to generate a QR Code, scan it and Voila!

It uses only the 'tabs' permission to get the current active tab. 

Codes, Paragraphs, Lyrics, Messages and more can be converted into a QR Code. 

Works completely offline. 
Supported by all mainstream QR Code readers. 

P.S. The 'Reads your browsing history' permission is actually the tabs permission. No data is being stored or misused. Your privacy is of utmost value.                    

擴展基本資訊

名稱 QRL QRL
ID pbceohndbholgidpofipojlpfdcimlgf
官方網址 https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf
簡介 Convert your URL or any other text into a QR Code to open in your Mobile Device.
檔案大小 48.59 KB
安裝次數 179
目前版本 1.0
更新時間 2018-10-03
上架時間 2018-10-02
評分 5.00/5 共 8 次評分
開發者 Abhijith Nandagopal
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRL",
    "version": "1.0",
    "description": "Convert your URL or any other text into a QR Code to open in your Mobile Device.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Abhijith Nandagopal",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}