Telegram Chat Scroller
Telegram Chat Scroller
Telegram Chat Scrollerとは何ですか?
Telegram Chat ScrollerはHeptiomによって開発されたChromeの拡張機能で、その主な機能は「Telegram Chat Scroller」です。
拡張機能のスクリーンショット
Telegram Chat Scroller拡張機能のCRXファイルをダウンロード
Telegram Chat Scroller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extensions lets you scroll up or down with a high speed on Telegram Web. It might be useful when you are trying to recover your message history and need to load all the messages in a conversation. Normally, you would have to keep scrolling up until you reach the beginning of the chat. With this extension, you only have to click a button and sit back and wait. 拡張機能の基本情報
| 名前 | |
| ID | aeepgoojfgbikjibibckijjapcfmlmpk |
| 公式URL | https://chrome.google.com/webstore/detail/telegram-chat-scroller/aeepgoojfgbikjibibckijjapcfmlmpk |
| 説明 | Telegram Chat Scroller |
| ファイルサイズ | 11.93 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-12-27 |
| 公開日 | 2016-12-27 |
| 評価 | 3.67/5 合計 12 レビュー |
| 開発者 | Heptiom |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://heptiom.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Telegram Chat Scroller",
"description": "Telegram Chat Scroller",
"version": "1.0",
"permissions": [
"activeTab",
"declarativeContent"
],
"icons": {
"16": "icon\/tg_scroller_16.png",
"48": "icon\/tg_scroller_48.png",
"128": "icon\/tg_scroller_128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/web.telegram.org\/*"
],
"js": [
"content.js"
]
}
],
"page_action": {
"default_title": "Telegram Scroller",
"default_popup": "popup.html"
},
"manifest_version": 2,
"author": [
{
"name": "Korosh Ahangar",
"url": "http:\/\/heptiom.com\/",
"email": "[email protected]"
}
]
} | |