QR Code for URL
This extension shows QR code for the current URL
QR Code for URLとは何ですか?
QR Code for URLはkhandaaによって開発されたChromeの拡張機能で、その主な機能は「This extension shows QR code for the current URL」です。
拡張機能のスクリーンショット
QR Code for URL拡張機能のCRXファイルをダウンロード
QR Code for URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc). Anyone who wants to share links through the mobile, this will be an easy way to share the URL.
拡張機能の基本情報
名前 | |
ID | occafnjlngbhpeecondimabioglncpbd |
公式URL | https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd |
説明 | This extension shows QR code for the current URL |
ファイルサイズ | 5.48 KB |
インストール数 | 17 |
現在のバージョン | 1.0 |
最終更新日 | 2017-06-16 |
公開日 | 2017-06-16 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | khandaa |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code for URL", "description": "This extension shows QR code for the current URL", "version": "1.0", "browser_action": { "default_icon": "qr_copyurl.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/chart.googleapis.com\/chart" ] } |