Telegram for Chrome
Access to to the official Telegram (web version) in a stand-alone window.
Telegram for Chrome là gì?
Telegram for Chrome là một tiện ích mở rộng Chrome được phát triển bởi HellBiz, và tính năng chính của nó là "Access to to the official Telegram (web version) in a stand-alone window.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Telegram for Chrome
Tải xuống các tệp mở rộng Telegram for Chrome 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
Telegram for Chrome extension allows you to have access to the official Telegram (web version) in a stand-alone window. Please note that this extension only loads the official Telegram (web version) inside a stand-alone window with no intention on misleading users that this is the official extension, only trying to make access to the official web service simpler. Telegram™ FAQ: https://telegram.org/faq
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | djjkifoefibfoodilnhkmbhmadbgacni |
URL Chính Thức | https://chrome.google.com/webstore/detail/telegram-for-chrome/djjkifoefibfoodilnhkmbhmadbgacni |
Mô tả | Access to to the official Telegram (web version) in a stand-alone window. |
Kích Thước Tệp | 46.17 KB |
Số Lần Cài Đặt | 199,356 |
Phiên Bản Hiện Tại | 1.10 |
Cập Nhật Lần Cuối | 2016-12-20 |
Ngày Phát Hành | 2016-12-20 |
Đánh Giá | 4.06/5 Tổng số 396 Đánh Giá |
Nhà Phát Triển | HellBiz |
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": "Telegram for Chrome", "description": "Access to to the official Telegram (web version) in a stand-alone window.", "version": "1.10", "icons": { "16": "icons\/016.png", "20": "icons\/020.png", "24": "icons\/024.png", "32": "icons\/032.png", "48": "icons\/048.png", "64": "icons\/064.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "browser_action": { "default_icon": "icons\/020.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true } } |