QR Code Generator
Creates QR Codes from open pages, URLs, images, links and selected text.
QR Code Generator là gì?
QR Code Generator là một tiện ích mở rộng Chrome được phát triển bởi Armin Kremm, và tính năng chính của nó là "Creates QR Codes from open pages, URLs, images, links and selected text.".
Ả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 Generator
Tải xuống các tệp mở rộng QR Code Generator 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QR Code Generator |
ID | dfncpmlchoghcaleajocnbgnffdkpeia |
URL Chính Thức | https://chromewebstore.google.com/detail/qr-code-generator/dfncpmlchoghcaleajocnbgnffdkpeia |
Mô tả | Creates QR Codes from open pages, URLs, images, links and selected text. |
Kích Thước Tệp | 48.34 KB |
Số Lần Cài Đặt | 1,296 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-10-30 |
Ngày Phát Hành | 2013-10-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Armin Kremm |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "description": "Creates QR Codes from open pages, URLs, images, links and selected text.", "version": "1.0", "author": [ "Armin Kremm" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon19.png", "default_name": "Create QR code", "default_title": "Create an QR code for this page", "default_popup": "popup.html" } } |