URL to QRC
This extension generates a QR Code based on the current url.
URL to QRCとは何ですか?
URL to QRCはhttps://bambitinc.comによって開発されたChromeの拡張機能で、その主な機能は「This extension generates a QR Code based on the current url.」です。
拡張機能のスクリーンショット
URL to QRC拡張機能のCRXファイルをダウンロード
URL to QRC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
拡張機能の基本情報
名前 | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
公式URL | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
説明 | This extension generates a QR Code based on the current url. |
ファイルサイズ | 48.46 KB |
インストール数 | 95 |
現在のバージョン | 1.1 |
最終更新日 | 2013-03-28 |
公開日 | 2013-03-28 |
開発者 | https://bambitinc.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |