QR Code Safety
Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone.
QR Code Safety là gì?
QR Code Safety là một tiện ích mở rộng Chrome được phát triển bởi https://pbion.com, và tính năng chính của nó là "Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone.".
Ả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 Safety
Tải xuống các tệp mở rộng QR Code Safety 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
Generates QR Codes for URL, vCards, Image, phone numbers and many more. Creates a text or URL QR Code of a website. HOW TO INSTALL:: Install -> reload current tab or restart Chrome HOW TO USE: 1. Right-click on a link, image, player or selected text. 2. Click on the Get QR Code menu. 3. Open your smartphone, start QR Code scan application. No need to type out with your smartphone again. Very useful to copy a SMS or Whatsapp message, copy website url, image url... Checking safety url before go to. Features: - Generate QR Code for your current page with just one click. - Turn any of your input into QR Code. - Select any text on page, then right click to create related QR Code. - Context menu support.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ojjlgiocbaacpfhpajebdihnpomlfgin |
URL Chính Thức | https://chromewebstore.google.com/detail/qr-code-safety/ojjlgiocbaacpfhpajebdihnpomlfgin |
Mô tả | Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone. |
Kích Thước Tệp | 74.76 KB |
Số Lần Cài Đặt | 177 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2019-04-29 |
Ngày Phát Hành | 2019-04-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://pbion.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fbion.com |
URL Trang Trợ Giúp | https://fbion.com/contact-us.html |
URL Trang Chính Sách Bảo Mật | https://pbion.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "box.css" ], "js": [ "jquery.min.js", "qrcode.js", "box.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone.", "icons": { "16": "logo.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "QR Code Safety" }, "manifest_version": 2, "name": "QR Code Safety", "web_accessible_resources": [ "\/images\/*.png" ], "permissions": [ "background", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.3" } |