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 |
电子邮箱 | [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]" } ] } |