Browser to Phone(by QRCode)

Let url/text/image from browser to phone by qrcode.

Browser to Phone(by QRCode) là gì?

Browser to Phone(by QRCode) là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/zhucai, và tính năng chính của nó là "Let url/text/image from browser to phone by qrcode.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browser to Phone(by QRCode)

Tải xuống các tệp mở rộng Browser to Phone(by QRCode) 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

                        It can build QRCode quickly, because it build QRCode at local and doesn't need network.                    

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

Tên Browser to Phone(by QRCode) Browser to Phone(by QRCode)
ID eoigbcfpoheelamphjcmhdpjpgefefoi
URL Chính Thức https://chromewebstore.google.com/detail/browser-to-phoneby-qrcode/eoigbcfpoheelamphjcmhdpjpgefefoi
Mô tả Let url/text/image from browser to phone by qrcode.
Kích Thước Tệp 53.66 KB
Số Lần Cài Đặt 261
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-09-29
Ngày Phát Hành 2013-09-29
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/zhucai
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon38.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0.1"
}