android messages

android messages as a Chrome Extension

android messages là gì?

android messages là một tiện ích mở rộng Chrome được phát triển bởi siniux, và tính năng chính của nó là "android messages as a Chrome Extension".

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

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

                        Want to run 'android messages' on a standalone browser window, just like a grown up chat solution? Now you can!                    

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

Tên android messages android messages
ID meknbncbeioaffkoibipojfjibmfbnld
URL Chính Thức https://chromewebstore.google.com/detail/android-messages/meknbncbeioaffkoibipojfjibmfbnld
Mô tả android messages as a Chrome Extension
Kích Thước Tệp 49.75 KB
Số Lần Cài Đặt 823
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2018-06-18
Ngày Phát Hành 2018-06-18
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển siniux
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://play.google.com/store/apps/developer?id=flick
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "android messages",
    "description": "android messages as a Chrome Extension",
    "version": "0.0.1",
    "author": "siniux",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "24": "assets\/icon_24.png",
            "32": "assets\/icon_32.png"
        },
        "default_title": "android messages"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "96": "assets\/icon_96.png",
        "128": "assets\/icon_128.png",
        "256": "assets\/icon_256.png"
    },
    "permissions": [
        "notifications"
    ]
}