QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
QR-Code là gì?
QR-Code là một tiện ích mở rộng Chrome được phát triển bởi felix.kaiser, và tính năng chính của nó là "Show a QR-Code for the current URL (without relying on some third-party API).".
Ả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 QR-Code
Tải xuống các tệp mở rộng QR-Code 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
Shows a QR-Code for the current URL, or any other text. It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.). It's free and open source: https://github.com/fxkr/chrome-qrcode-extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QR-Code |
ID | leicjbimaiecjfljbeikdailcmaadlml |
URL Chính Thức | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
Mô tả | Show a QR-Code for the current URL (without relying on some third-party API). |
Kích Thước Tệp | 13.5 KB |
Số Lần Cài Đặt | 799 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-11-21 |
Ngày Phát Hành | 2017-11-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | felix.kaiser |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/fxkr/chrome-qrcode-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-Code", "description": "Show a QR-Code for the current URL (without relying on some third-party API).", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "permissions": [ "tabs" ], "offline_enabled": true, "browser_action": { "default_icon": "icon-16x16.png", "default_popup": "popup.html" } } |