Get Link
Create a QRcode for the URL to open in other devices
Get Linkとは何ですか?
Get LinkはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Create a QRcode for the URL to open in other devices」です。
拡張機能のスクリーンショット
Get Link拡張機能のCRXファイルをダウンロード
Get Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension creates a QR code of the current URL link which can be scanned from the Mobile camera to open the same link on your mobile phone.
拡張機能の基本情報
名前 | Get Link |
ID | bknagdmankilmkenflkobkobmdeakcic |
公式URL | https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic |
説明 | Create a QRcode for the URL to open in other devices |
ファイルサイズ | 67.66 KB |
インストール数 | 622 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-09-17 |
公開日 | 2019-09-17 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Link", "description": "Create a QRcode for the URL to open in other devices", "version": "1.0.0", "icons": { "128": "logo-128x128.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |