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 là gì?
Copy URL là một tiện ích mở rộng Chrome được phát triển bởi viveksinghggits, và tính năng chính của nó là "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Copy URL
Tải xuống các tệp mở rộng Copy URL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
Mô tả | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
Kích Thước Tệp | 8.12 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-06-09 |
Ngày Phát Hành | 2018-06-09 |
Nhà Phát Triển | viveksinghggits |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |