QR Link Transmitter

QR code generator for any links (including history). Transform the links you see on a webpage to QR code

QR Link Transmitterとは何ですか?

QR Link Transmitterはalim.akbashevによって開発されたChromeの拡張機能で、その主な機能は「QR code generator for any links (including history). Transform the links you see on a webpage to QR code」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

QR Link Transmitter拡張機能のCRXファイルをダウンロード

QR Link Transmitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        For example, you've just bought cool mp3 and you want to set it as a ringtone on your phone. Another use case, you've found interesting article and you want to read it on a tablet over lunch. It's pretty easy - transform the link to QR code and scan it with your smartphone/tablet!

How to use it #1
1. Right-click on the link
2. Click "Get QR code for the link"
3. Scan the QR code with your smartphone/tablet

How to use it #2
1. click on extension button on a toolbar
2. point your mouse pointer on the download/article link
3. scan the QR code appeared with your smartphone/tablet

The extension does not require Internet connection. Even without connection you can generate QR code for any links from History page or from any opened tabs.                    

拡張機能の基本情報

名前 QR Link Transmitter QR Link Transmitter
ID piolkmmmcdkapdlnejihmajfpjnghacd
公式URL https://chromewebstore.google.com/detail/qr-link-transmitter/piolkmmmcdkapdlnejihmajfpjnghacd
説明 QR code generator for any links (including history). Transform the links you see on a webpage to QR code
ファイルサイズ 60.33 KB
インストール数 466
現在のバージョン 0.2.3
最終更新日 2016-06-30
公開日 2016-06-30
評価 5.00/5 合計 8 レビュー
開発者 alim.akbashev
支払い方法 free
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.2.3",
    "browser_action": {
        "default_icon": "icon-38.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "qrcode.js",
            "context.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}