QR Code Generator
This extension quickly generates a QR Code for url of the current tab.
QR Code Generatorとは何ですか?
QR Code Generatorはhttps://webplusdevelopers.comによって開発されたChromeの拡張機能で、その主な機能は「This extension quickly generates a QR Code for url of the current tab.」です。
拡張機能のスクリーンショット
QR Code Generator拡張機能のCRXファイルをダウンロード
QR Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly generate a QR Code for the URL of the current tab. To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.
拡張機能の基本情報
名前 | QR Code Generator |
ID | kndijjedkgagpeefiinpggmfedeigedm |
公式URL | https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm |
説明 | This extension quickly generates a QR Code for url of the current tab. |
ファイルサイズ | 53.81 KB |
インストール数 | 223 |
現在のバージョン | 1.0 |
最終更新日 | 2014-08-15 |
公開日 | 2014-08-15 |
開発者 | https://webplusdevelopers.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "author": "Josephus Paye II", "description": "This extension quickly generates a QR Code for url of the current tab.", "version": "1.0", "icons": { "128": "images\/icon_128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code" } } |