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文件

下載Telegram Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}