QRtag.net - The QR Code Generator
Generates an QR Code of the current page.
QRtag.net - The QR Code Generatorとは何ですか?
QRtag.net - The QR Code Generatorはhttps://www.qrtag.netによって開発されたChromeの拡張機能で、その主な機能は「Generates an QR Code of the current page.」です。
拡張機能のスクリーンショット
QRtag.net - The QR Code Generator拡張機能のCRXファイルをダウンロード
QRtag.net - The QR Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)                     拡張機能の基本情報
| 名前 |   |  
| ID | pokbnfbfgmoimplmmbgdaldkbfdnllpc | 
| 公式URL | https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc | 
| 説明 | Generates an QR Code of the current page. | 
| ファイルサイズ | 31.27 KB | 
| インストール数 | 42 | 
| 現在のバージョン | 1.0.5 | 
| 最終更新日 | 2020-07-17 | 
| 公開日 | 2019-11-07 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | https://www.qrtag.net | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://www.qrtag.net/ | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRtag.net - The QR Code Generator",
    "short_name": "QRtag.net",
    "description": "Generates an QR Code of the current page.",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png",
        "256": "icon_256.png",
        "512": "icon_512.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}  |  |