Telegram Messenger (Pin Tab)
Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!
Telegram Messenger (Pin Tab)란 무엇입니까?
Telegram Messenger (Pin Tab)은(는) https://www.senthilprabu.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!"입니다.
확장 프로그램 스크린샷
Telegram Messenger (Pin Tab) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FEATURES - No need to enter your credentials. - Single click to access your Telegram chats, groups and channels. - Cross-platform (Windows, Linux, MacOS X). TELEGRAM MESSENGER FEATURES: - Telegram is a cloud-based messenger with seamless sync. - Share an unlimited number of photos, videos and files (doc, zip, mp3, etc.) of up to 1,5 GB each. - Multi-data center infrastructure and encryption, Telegram is faster and way more secure. - On top of that, Telegram is free and will stay free. - Many on-line pots, groups and channels are available for free to join. PINNED TAB FEATURES: - Pinned Tabs are small. - Pinned Tabs don’t have a close button. so you can’t accidentally close them. - You can still close them by right-clicking on them and selecting Close Tab. - Pinned Tabs notify you with a blue highlight (glow) when they change. - Links to other websites open in a new tab so that your Pinned Tab doesn’t change. - All of the existing Pinned Tabs (when you close browser) will open as Pinned Tabs when you start browser again. - Additional information about Pinned Tabs http://mzl.la/1BARsAT
확장 프로그램 기본 정보
이름 | Telegram Messenger (Pin Tab) |
ID | kochicomoiaalkibahlmglcjdmpeeplj |
공식 URL | https://chromewebstore.google.com/detail/telegram-messenger-pin-ta/kochicomoiaalkibahlmglcjdmpeeplj |
설명 | Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)! |
파일 크기 | 89.95 KB |
설치 횟수 | 3,872 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-03-27 |
출시 날짜 | 2020-03-27 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | https://www.senthilprabu.in |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.senthilprabu.in/portfolio/telegram-pin-tab/ |
도움말 페이지 URL | http://www.senthilprabu.in/portfolio/telegram-pin-tab/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Telegram Messenger (Pin Tab)", "description": "Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!", "version": "1.0", "manifest_version": 2, "permissions": [ "*:\/\/web.telegram.org\/*", "storage", "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/telegram.png" }, "browser_action": { "default_icon": "icons\/telegram.png", "default_title": "Switch to Telegram Messenger (Pin Tab)" }, "options_ui": { "page": "options\/options.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+3" }, "description": "Switch to Telegram Messenger (Pin Tab)" } } } |