Fingertip QR Link
Convert link or current address to QR Code for mobile
Fingertip QR Linkとは何ですか?
Fingertip QR Linkはshernshiouによって開発されたChromeの拡張機能で、その主な機能は「Convert link or current address to QR Code for mobile」です。
拡張機能のスクリーンショット
Fingertip QR Link拡張機能のCRXファイルをダウンロード
Fingertip QR Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension get the current URL from the address bar and create another new tab with QR Code embedded at the center. It is the easiest way to transfer link into mobile phone with QR Code Reader. Github: https://github.com/shernshiou/Fingertip-QR-Link
拡張機能の基本情報
名前 | Fingertip QR Link |
ID | kmljcpbojecfeljodfbecbkakhpdnomd |
公式URL | https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd |
説明 | Convert link or current address to QR Code for mobile |
ファイルサイズ | 54.71 KB |
インストール数 | 14 |
現在のバージョン | 0.1 |
最終更新日 | 2012-09-06 |
公開日 | 2012-09-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | shernshiou |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/shernshiou/Fingertip-QR-Link |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fingertip QR Link", "description": "Convert link or current address to QR Code for mobile", "version": "0.1", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "app.js" ] }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "manifest_version": 2 } |