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" ] } |