Telegram Pusher
Push URLs, images and notes to Telegram
Telegram Pusher란 무엇입니까?
Telegram Pusher은(는) OH1 Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Push URLs, images and notes to Telegram"입니다.
확장 프로그램 스크린샷
Telegram Pusher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
IF YOU EXPERIENCE DOUBLED MESSAGES AFTER INSTALL, PLEASE RESTART YOUR BROWSER! v.2.1 - multiple bots/accounts can be added With Telegram Pusher you can easily deliver content from your browser to your Telegram chat. Currently Telegram Pusher can send: - current tab URL - photo - selected text - link - note Configuration is straightforward and 100% secure - all data is sent by direct calls to Telegram API and isn't stored or routed anywhere else. You can add as amny account as you wish, and easily push web content to any of them.
확장 프로그램 기본 정보
이름 | Telegram Pusher |
ID | ebhigbmhamklhjnaleccblonlaimplin |
공식 URL | https://chromewebstore.google.com/detail/telegram-pusher/ebhigbmhamklhjnaleccblonlaimplin |
설명 | Push URLs, images and notes to Telegram |
파일 크기 | 56.75 KB |
설치 횟수 | 271 |
현재 버전 | 2.1 |
최근 업데이트 | 2023-03-16 |
출시 날짜 | 2020-07-20 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | OH1 Apps |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://oh1apps.github.io/telegram_pusher.html |
도움말 페이지 URL | https://oh1apps.github.io/telegram_pusher.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Telegram Pusher", "short_name": "TelePush", "description": "Push URLs, images and notes to Telegram", "version": "2.1", "minimum_chrome_version": "93", "options_page": "options.html", "permissions": [ "contextMenus", "notifications", "activeTab", "storage" ], "icons": { "16": "assets\/t16.png", "32": "assets\/t32.png", "48": "assets\/t48.png", "128": "assets\/t128.png" }, "background": { "service_worker": "worker.js" }, "action": { "default_icon": "assets\/t16.png" } } |