The QRcode Generator

Generate Qrcode of your current tab and Selection

The QRcode Generator là gì?

The QRcode Generator là một tiện ích mở rộng Chrome được phát triển bởi JohnnyWorks, và tính năng chính của nó là "Generate Qrcode of your current tab and Selection".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The QRcode Generator

Tải xuống các tệp mở rộng The QRcode 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

                        A Simple tools that can generate QR-Code of your current tab or your selections.

Features:
- Click to get current tab URL into QR Code, Easy to use.
- Can generate QRCode without internet.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The QRcode Generator The QRcode Generator
ID mmjobjkkoeoklejdaclonlkofnaojind
URL Chính Thức https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind
Mô tả Generate Qrcode of your current tab and Selection
Kích Thước Tệp 66.86 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-10-04
Ngày Phát Hành 2014-10-04
Nhà Phát Triển JohnnyWorks
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The QRcode Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Generate Qrcode of your current tab and Selection",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}