Telegram for Chrome

Access to to the official Telegram (web version) in a stand-alone window.

Telegram for Chrome란 무엇입니까?

Telegram for Chrome은(는) HellBiz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access to to the official Telegram (web version) in a stand-alone window."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Telegram for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Telegram for Chrome Telegram for Chrome
ID djjkifoefibfoodilnhkmbhmadbgacni
공식 URL https://chrome.google.com/webstore/detail/telegram-for-chrome/djjkifoefibfoodilnhkmbhmadbgacni
설명 Access to to the official Telegram (web version) in a stand-alone window.
파일 크기 46.17 KB
설치 횟수 199,356
현재 버전 1.10
최근 업데이트 2016-12-20
출시 날짜 2016-12-20
평점 4.06/5 총 396 개의 평점
개발자 HellBiz
결제 유형 free
지원되는 언어 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
    }
}