Free QR Code Generator
Fast and simple QR Code Generator
Free QR Code Generator là gì?
Free QR Code Generator là một tiện ích mở rộng Chrome được phát triển bởi https://qr.vp43.ru, và tính năng chính của nó là "Fast and simple QR Code Generator".
Ả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 Free QR Code Generator
Tải xuống các tệp mở rộng Free 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
Text link, phone numbers, now all you can encode with this extension! In a matter of seconds you can download, share with a friend qr code, take from your device and read the text from it. Official page http://qr.vp43.ru/ 0.5.0 version New design! With Twitter Bootstrap!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Free QR Code Generator |
ID | ocnmfcnkkcpojobfhhpokjccbjbbmplb |
URL Chính Thức | https://chromewebstore.google.com/detail/free-qr-code-generator/ocnmfcnkkcpojobfhhpokjccbjbbmplb |
Mô tả | Fast and simple QR Code Generator |
Kích Thước Tệp | 149 KB |
Số Lần Cài Đặt | 943 |
Phiên Bản Hiện Tại | 0.5.2 |
Cập Nhật Lần Cuối | 2014-03-16 |
Ngày Phát Hành | 2014-03-16 |
Đánh Giá | 3.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://qr.vp43.ru |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://qr.vp43.ru/ |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "browser_action": { "default_title": "QR Generator", "default_icon": "icon_19.png", "default_popup": "index.html" }, "icons": { "19": "icon_128.png", "39": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "manifest_version": 2, "minimum_chrome_version": "17", "name": "Free QR Code Generator", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "__MSG_ext_description__", "default_locale": "en", "version": "0.5.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |