Telegram Share

Share the current page via Telegram messenger in just one click

Telegram Share란 무엇입니까?

Telegram Share은(는) IdeasForTelegram에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share the current page via Telegram messenger in just one click"입니다.

확장 프로그램 스크린샷

screenshot

Telegram Share 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to share any webpage, youtube video etc. to your Telegram contacts with one click!
Works with Telegram Desktop and Telegram Web!                    

확장 프로그램 기본 정보

이름 Telegram Share Telegram Share
ID fidbmokgkfolkdemodnghigjflilchhm
공식 URL https://chromewebstore.google.com/detail/telegram-share/fidbmokgkfolkdemodnghigjflilchhm
설명 Share the current page via Telegram messenger in just one click
파일 크기 11.52 KB
설치 횟수 3,539
현재 버전 1.0
최근 업데이트 2016-01-31
출시 날짜 2016-01-31
평점 3.83/5 총 72 개의 평점
개발자 IdeasForTelegram
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Forward to Telegram"
    },
    "description": "Share the current page via Telegram messenger in just one click",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Telegram Share",
    "permissions": [
        "activeTab"
    ],
    "version": "1.0"
}