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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 } } |