Share to Telegram

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

Qu'est-ce que Share to Telegram ?

Share to Telegram est une extension Chrome développée par Made by JP, et sa fonction principale est "Shares current page URL to Telegram. You can edit the message before sending it.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Share to Telegram

Téléchargez les fichiers d'extension Share to Telegram 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

                        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.                    

Informations de Base sur l'Extension

Nom Share to Telegram Share to Telegram
ID nofieohmbfbfemolfgcojcnibmcldmif
URL Officiel https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif
Description Shares current page URL to Telegram. You can edit the message before sending it.
Taille du Fichier 12.58 KB
Nombre d'Installations 602
Version Actuelle 0.1
Dernière Mise à Jour 2017-04-08
Date de Publication 2017-04-08
Évaluation 4.89/5 Total 9 Évaluations
Développeur Made by JP
Type de Paiement free
Site Web de l'Extension https://t.me/MadeByJP
URL de la Page d'Aide https://github.com/grub-basket/Share_to_Telegram/issues
Langues Prises en Charge 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
}