Telegram Chat Scroller
Telegram Chat Scroller
Telegram Chat Scroller란 무엇입니까?
Telegram Chat Scroller은(는) Heptiom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Telegram Chat Scroller"입니다.
확장 프로그램 스크린샷
Telegram Chat Scroller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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]" } ] } |