QR Code Maker

This Extension allow the user to quickly create QR Codes with the current url

QR Code Maker là gì?

QR Code Maker là một tiện ích mở rộng Chrome được phát triển bởi Nick Remijn, và tính năng chính của nó là "This Extension allow the user to quickly create QR Codes with the current url".

Ả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 QR Code Maker

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

                        This Extension makes it easier to share links between devices by making a QR Code out of them.

Features: 
- Quickly create a QR Code out of the current page URL
- Right click a link to display it as a QR Code

Changelog:

- 1.0.0
 - initial Version                    

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

Tên QR Code Maker QR Code Maker
ID oihjnlgmlpagpafdmegndjahnbkhcfge
URL Chính Thức https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge
Mô tả This Extension allow the user to quickly create QR Codes with the current url
Kích Thước Tệp 7.57 KB
Số Lần Cài Đặt 629
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-02-16
Ngày Phát Hành 2014-02-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nick Remijn
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 Maker",
    "description": "This Extension allow the user to quickly create QR Codes with the current url",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Create QR Code",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}