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
官方URL 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"
    ]
}