Telegrama

Share links in Telegram Web

Qu'est-ce que Telegrama ?

Telegrama est une extension Chrome développée par dobladov, et sa fonction principale est "Share links in Telegram Web".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Telegrama

Téléchargez les fichiers d'extension Telegrama au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Telegrama Telegrama
ID lienlbjnhlandehciggilekkfecmigil
URL Officiel https://chromewebstore.google.com/detail/telegrama/lienlbjnhlandehciggilekkfecmigil
Description Share links in Telegram Web
Taille du Fichier 8.21 KB
Nombre d'Installations 297
Version Actuelle 0.2.3
Dernière Mise à Jour 2018-09-10
Date de Publication 2018-09-10
Évaluation 4.00/5 Total 6 Évaluations
Développeur dobladov
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dobladov/Telegrama
URL de la Page d'Aide https://github.com/dobladov/Telegrama/issues
Langues Prises en Charge 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__"
        }
    }
}