Telegram Messenger (Pin Tab)

Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!

Telegram Messenger (Pin Tab) là gì?

Telegram Messenger (Pin Tab) là một tiện ích mở rộng Chrome được phát triển bởi https://www.senthilprabu.in, và tính năng chính của nó là "Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!".

Ả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 Telegram Messenger (Pin Tab)

Tải xuống các tệp mở rộng Telegram Messenger (Pin Tab) 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

                        FEATURES
- No need to enter your credentials.
- Single click to access your Telegram chats, groups and channels.
- Cross-platform (Windows, Linux, MacOS X).

TELEGRAM MESSENGER FEATURES:
- Telegram is a cloud-based messenger with seamless sync.
- Share an unlimited number of photos, videos and files (doc, zip, mp3, etc.) of up to 1,5 GB each.
- Multi-data center infrastructure and encryption, Telegram is faster and way more secure.
- On top of that, Telegram is free and will stay free.
- Many on-line pots, groups and channels are available for free to join.

PINNED TAB FEATURES:
- Pinned Tabs are small.
- Pinned Tabs don’t have a close button. so you can’t accidentally close them.
- You can still close them by right-clicking on them and selecting Close Tab.
- Pinned Tabs notify you with a blue highlight (glow) when they change.
- Links to other websites open in a new tab so that your Pinned Tab doesn’t change.
- All of the existing Pinned Tabs (when you close browser) will open as Pinned Tabs when you start browser again.
- Additional information about Pinned Tabs http://mzl.la/1BARsAT                    

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

Tên Telegram Messenger (Pin Tab) Telegram Messenger (Pin Tab)
ID kochicomoiaalkibahlmglcjdmpeeplj
URL Chính Thức https://chromewebstore.google.com/detail/telegram-messenger-pin-ta/kochicomoiaalkibahlmglcjdmpeeplj
Mô tả Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!
Kích Thước Tệp 89.95 KB
Số Lần Cài Đặt 3,872
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-03-27
Ngày Phát Hành 2020-03-27
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.senthilprabu.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.senthilprabu.in/portfolio/telegram-pin-tab/
URL Trang Trợ Giúp http://www.senthilprabu.in/portfolio/telegram-pin-tab/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telegram Messenger (Pin Tab)",
    "description": "Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/web.telegram.org\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/telegram.png"
    },
    "browser_action": {
        "default_icon": "icons\/telegram.png",
        "default_title": "Switch to Telegram Messenger (Pin Tab)"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+3"
            },
            "description": "Switch to Telegram Messenger (Pin Tab)"
        }
    }
}