Oh My Link !
Open current URL in smart phone by scanning QR code.
什么是Oh My Link !?
Oh My Link !是由Swati Kp开发的Chrome扩展程序,该扩展的主要功能是“Open current URL in smart phone by scanning QR code.”。
扩展截图
下载Oh My Link !扩展crx文件
下载Oh My Link !扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open any link is a simple web extension that will let you open a URL from your machine's web browser to your smart phone, just by scanning the QR code.
扩展基本信息
名称 | Oh My Link ! |
ID | fjhnndnenmfmfcaocdbpdejodhokmllb |
官方URL | https://chromewebstore.google.com/detail/oh-my-link/fjhnndnenmfmfcaocdbpdejodhokmllb |
简介 | Open current URL in smart phone by scanning QR code. |
文件大小 | 40.11 KB |
安装次数 | 15 |
当前版本 | 0.2 |
更新时间 | 2019-07-01 |
上架时间 | 2019-07-01 |
评分 | 5.00/5 共1次评分 |
开发者 | Swati Kp |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Swatikp |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oh My Link !", "version": "0.2", "description": "Open current URL in smart phone by scanning QR code.", "browser_action": { "default_popup": "popup.html", "default_icon": "images\/link.png" }, "manifest_version": 2, "permissions": [ "activeTab" ] } |