URL to QR code

This extension generate QR-code with URL of current openned page.

URL to QR codeとは何ですか?

URL to QR codeはhttps://michurin.github.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension generate QR-code with URL of current openned page.」です。

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

screenshot
screenshot

URL to QR code拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Еxtension to view URL of current opened page as QR code.

It is the simplest way to carry URL from you browser to your (or someone's) mobile device.

You can customize

  - size of image and
  - error correction levels.

And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page.

Visit the options page to use these features.                    

拡張機能の基本情報

名前 URL to QR code URL to QR code
ID ocilemcdjpkpmopdbehigobfjaepcnmm
公式URL https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm
説明 This extension generate QR-code with URL of current openned page.
ファイルサイズ 11.55 KB
インストール数 353
現在のバージョン 0.4.0.0
最終更新日 2014-08-18
公開日 2014-08-18
開発者 https://michurin.github.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/michurin/chrome-extension-url-to-qrcode
ヘルプページのURL https://github.com/michurin/chrome-extension-url-to-qrcode
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code",
    "version": "0.4.0.0",
    "description": "This extension generate QR-code with URL of current openned page.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Generate QR code",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/chart.googleapis.com\/",
        "activeTab",
        "storage"
    ],
    "short_name": "URL 2 QR",
    "author": "Alexey Michurin ",
    "homepage_url": "http:\/\/michurin.github.io\/"
}