QRL
Convert your URL or any other text into a QR Code to open in your Mobile Device.
QRLとは何ですか?
QRLはAbhijith Nandagopalによって開発されたChromeの拡張機能で、その主な機能は「Convert your URL or any other text into a QR Code to open in your Mobile Device.」です。
拡張機能のスクリーンショット
QRL拡張機能のCRXファイルをダウンロード
QRL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prevents you from either typing everything into your mobile device or sending it via Gmail or other tedious methods. Just click the extension to generate a QR Code, scan it and Voila! It uses only the 'tabs' permission to get the current active tab. Codes, Paragraphs, Lyrics, Messages and more can be converted into a QR Code. Works completely offline. Supported by all mainstream QR Code readers. P.S. The 'Reads your browsing history' permission is actually the tabs permission. No data is being stored or misused. Your privacy is of utmost value.
拡張機能の基本情報
名前 | QRL |
ID | pbceohndbholgidpofipojlpfdcimlgf |
公式URL | https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf |
説明 | Convert your URL or any other text into a QR Code to open in your Mobile Device. |
ファイルサイズ | 48.59 KB |
インストール数 | 179 |
現在のバージョン | 1.0 |
最終更新日 | 2018-10-03 |
公開日 | 2018-10-02 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | Abhijith Nandagopal |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRL", "version": "1.0", "description": "Convert your URL or any other text into a QR Code to open in your Mobile Device.", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Abhijith Nandagopal", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |