QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
QR Code Makerとは何ですか?
QR Code MakerはNick Remijnによって開発されたChromeの拡張機能で、その主な機能は「This Extension allow the user to quickly create QR Codes with the current url」です。
拡張機能のスクリーンショット
QR Code Maker拡張機能のCRXファイルをダウンロード
QR Code Maker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension makes it easier to share links between devices by making a QR Code out of them. Features: - Quickly create a QR Code out of the current page URL - Right click a link to display it as a QR Code Changelog: - 1.0.0 - initial Version
拡張機能の基本情報
名前 | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
公式URL | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
説明 | This Extension allow the user to quickly create QR Codes with the current url |
ファイルサイズ | 7.57 KB |
インストール数 | 629 |
現在のバージョン | 1.0.0 |
最終更新日 | 2014-02-16 |
公開日 | 2014-02-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Nick Remijn |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Maker", "description": "This Extension allow the user to quickly create QR Codes with the current url", "version": "1.0.0", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Create QR Code", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |