URC - URL Scanner
To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
URC - URL Scanner là gì?
URC - URL Scanner là một tiện ích mở rộng Chrome được phát triển bởi https://code.rendrr.xyz/urc, và tính năng chính của nó là "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".
Ả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 URC - URL Scanner
Tải xuống các tệp mở rộng URC - URL Scanner 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
To experience a better way to sending links to your associates, this extension comes in handy. one needs to add this extension and then the URL that the person intends to send will automatically get converted into QR Code so that one can just scan this code and open the intended website. This is easy, simple and convenient!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URC - URL Scanner |
ID | fhopklpclhecjilkakgbcogngidomkcl |
URL Chính Thức | https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl |
Mô tả | To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient! |
Kích Thước Tệp | 181 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2017-10-10 |
Ngày Phát Hành | 2017-10-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://code.rendrr.xyz/urc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://code.rendrr.xyz/urc/ |
URL Trang Chính Sách Bảo Mật | https://rakcode.com/privacypolicy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URC - URL Scanner", "version": "1.0.4", "manifest_version": 2, "description": "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!", "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/", "history" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "css\/inject.css" ], "js": [ "js\/jquery.js", "js\/jquery.popupoverlay.js", "js\/jquery-qrcode.js", "js\/inject.js" ] } ], "chrome_url_overrides": { "history": "history.html" }, "background": { "scripts": [ "js\/background.js" ] } } |