Share via Telegram

Allows to share current page via Telegram messenger in just one click

什麼是Share via Telegram?

Share via Telegram是由Telegram開發的Chrome擴展程式,該擴展的主要功能是“Allows to share current page via Telegram messenger in just one click”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Share via Telegram擴展crx文件

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

擴展使用說明

                        This extension allows you to share URL of the current page or selected text/link/image to the Telegram app.

'Reading your browsing history' permission is required to get the url of the page you're currently on.

Works with Telegram Desktop apps for Windows, MacOS and  Linux.                    

擴展基本資訊

名稱 Share via Telegram Share via Telegram
ID phhmllhhondgbkaifcompghkadamdanc
官方網址 https://chromewebstore.google.com/detail/share-via-telegram/phhmllhhondgbkaifcompghkadamdanc
簡介 Allows to share current page via Telegram messenger in just one click
檔案大小 25.78 KB
安裝次數 1,958
目前版本 1.16
更新時間 2022-12-29
上架時間 2019-09-30
評分 3.59/5 共 54 次評分
開發者 Telegram
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/evgeniybobok/share_via_telegram/wiki/Privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Share via Telegram",
    "version": "1.16",
    "description": "Allows to share current page via Telegram messenger in just one click",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Share Page via Telegram"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}