Share to Telegram

Shares current page URL to Telegram. You can edit the message before sending it.

什麼是Share to Telegram?

Share to Telegram是由Made by JP開發的Chrome擴展程式,該擴展的主要功能是“Shares current page URL to Telegram. You can edit the message before sending it.”。

擴展截圖

screenshot
screenshot

下載Share to Telegram擴展crx文件

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

擴展使用說明

                        Shares current page URL to Telegram. You can edit the message before sending it. Currently, it only works on Windows.

The code is available on Github, but it's not under any license. Feel free to do whatever you want with it, following whatever legal restrictions and guidelines you are subject to, of course.

This app is unofficial and not endorsed by Telegram in any way.                    

擴展基本資訊

名稱 Share to Telegram Share to Telegram
ID nofieohmbfbfemolfgcojcnibmcldmif
官方網址 https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif
簡介 Shares current page URL to Telegram. You can edit the message before sending it.
檔案大小 12.58 KB
安裝次數 602
目前版本 0.1
更新時間 2017-04-08
上架時間 2017-04-08
評分 4.89/5 共 9 次評分
開發者 Made by JP
付費類型 free
擴展官網 https://t.me/MadeByJP
說明頁面URL https://github.com/grub-basket/Share_to_Telegram/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Share to Telegram"
    },
    "name": "Share to Telegram",
    "description": "Shares current page URL to Telegram. You can edit the message before sending it.",
    "homepage_url": "https:\/\/telegram.org",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}