QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

QR Codematicとは何ですか?

QR Codematicはslawkaczによって開発されたChromeの拡張機能で、その主な機能は「QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

拡張機能の基本情報

名前 QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
公式URL https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
説明 QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
ファイルサイズ 121 KB
インストール数 310
現在のバージョン 1.1.2
最終更新日 2018-10-10
公開日 2018-10-10
評価 4.33/5 合計 6 レビュー
開発者 slawkacz
支払い方法 free
拡張機能のウェブサイト http://github.com/slawkacz
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}