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文件

下載Telegram for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}