Copy URL
This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
什么是Copy URL?
Copy URL是由viveksinghggits开发的Chrome扩展程序,该扩展的主要功能是“This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.”。
扩展截图
下载Copy URL扩展crx文件
下载Copy URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device. So the purpose of the product is to copy the URL from your computer to your mobile device.
扩展基本信息
名称 | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
官方URL | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
简介 | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
文件大小 | 8.12 KB |
安装次数 | 30 |
当前版本 | 1.0 |
更新时间 | 2018-06-09 |
上架时间 | 2018-06-09 |
开发者 | viveksinghggits |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy URL", "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.", "version": "1.0", "browser_action": { "default_icon": "website.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |