Messages for web Shortcuts

Open Android Messages for web with Shortcuts

Messages for web Shortcuts là gì?

Messages for web Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi https://shoko.moe, và tính năng chính của nó là "Open Android Messages for web with Shortcuts".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Messages for web Shortcuts

Tải xuống các tệp mở rộng Messages for web Shortcuts 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

                        You can use shortcuts to open Messages for web.
To open the Messages for web, press Control + Shift + F                    

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

Tên Messages for web Shortcuts Messages for web Shortcuts
ID mciklklnhemleglghlcjeigibjohmgac
URL Chính Thức https://chromewebstore.google.com/detail/messages-for-web-shortcut/mciklklnhemleglghlcjeigibjohmgac
Mô tả Open Android Messages for web with Shortcuts
Kích Thước Tệp 265 KB
Số Lần Cài Đặt 2,674
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-06-25
Ngày Phát Hành 2019-06-25
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://shoko.moe
Email [email protected]
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": "Messages for web Shortcuts",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Open Android Messages for web with Shortcuts",
    "homepage_url": "https:\/\/shoko.moe",
    "icons": {
        "512": "img\/icon512.png",
        "256": "img\/icon256.png",
        "128": "img\/icon128.png",
        "64": "img\/icon64.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png",
        "19": "img\/icon19.png",
        "16": "img\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Messages for web",
        "default_icon": "img\/icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Opens default.html"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "img\/icon.png"
    ]
}