Telegrama

Share links in Telegram Web

什麼是Telegrama?

Telegrama是由dobladov開發的Chrome擴展程式,該擴展的主要功能是“Share links in Telegram Web”。

擴展截圖

screenshot

下載Telegrama擴展crx文件

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

擴展使用說明

                        Share links in Telegram Web, when you press the button, the URL of your current tab will be shared in Telegram Web with the possibility of selecting a contact. You can also use the keyboard shortcut Ctrl+Shift+B.

This extension is completely Open Source and available on Github, https://github.com/dobladov/telegrama

This extension never reads your contacts or content on Telegram, instead it only creates URL's to create new "share intents"

You can also Buy me a Coffee https://www.buymeacoffee.com/dobladov                    

擴展基本資訊

名稱 Telegrama Telegrama
ID lienlbjnhlandehciggilekkfecmigil
官方網址 https://chromewebstore.google.com/detail/telegrama/lienlbjnhlandehciggilekkfecmigil
簡介 Share links in Telegram Web
檔案大小 8.21 KB
安裝次數 297
目前版本 0.2.3
更新時間 2018-09-10
上架時間 2018-09-10
評分 4.00/5 共 6 次評分
開發者 dobladov
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/dobladov/Telegrama
說明頁面URL https://github.com/dobladov/Telegrama/issues
支援的語言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.2.3",
    "description": "__MSG_extensionDescription__",
    "author": "Daniel Doblado",
    "homepage_url": "https:\/\/github.com\/dobladov\/Telegrama",
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "__MSG_extensionAction__"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "telegrama.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "default_locale": "en",
    "commands": {
        "share": {
            "suggested_key": {
                "default": "Ctrl+Shift+B"
            },
            "description": "__MSG_extensionAction__"
        }
    }
}