Telegrama

Share links in Telegram Web

Was ist Telegrama?

Telegrama ist eine Chrome-Erweiterung, die von dobladov entwickelt wurde, und ihr Hauptmerkmal ist "Share links in Telegram Web".

Erweiterungsscreenshots

screenshot

Telegrama-Erweiterungs-CRX-Datei herunterladen

Laden Sie Telegrama-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Telegrama Telegrama
ID lienlbjnhlandehciggilekkfecmigil
Offizielle URL https://chromewebstore.google.com/detail/telegrama/lienlbjnhlandehciggilekkfecmigil
Beschreibung Share links in Telegram Web
Dateigröße 8.21 KB
Installationsanzahl 297
Aktuelle Version 0.2.3
Letztes Update 2018-09-10
Veröffentlichungsdatum 2018-09-10
Bewertung 4.00/5 Insgesamt 6 Bewertungen
Entwickler dobladov
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/dobladov/Telegrama
Hilfeseite URL https://github.com/dobladov/Telegrama/issues
Unterstützte Sprachen 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__"
        }
    }
}