pigeon - send to telegram

Send the article to your phone

Qu'est-ce que pigeon - send to telegram ?

pigeon - send to telegram est une extension Chrome développée par sirpatel, et sa fonction principale est "Send the article to your phone".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension pigeon - send to telegram

Téléchargez les fichiers d'extension pigeon - send 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

                        This extension allows you to easily send pages from your browser to your phone through telegram. Go to @hereitis_bot in telegram and press start to retrieve your chat id. Input the id into the options page of the extension and you are all set. Whatever page you are on, press the extension button in the top and it will be sent to all of your devices with telegram installed.                    

Informations de Base sur l'Extension

Nom pigeon - send to telegram pigeon - send to telegram
ID bnpiffphfmbngibjjpmmedmldoadmcko
URL Officiel https://chromewebstore.google.com/detail/pigeon-send-to-telegram/bnpiffphfmbngibjjpmmedmldoadmcko
Description Send the article to your phone
Taille du Fichier 387 KB
Nombre d'Installations 53
Version Actuelle 0.0.4
Dernière Mise à Jour 2017-08-16
Date de Publication 2017-08-16
Évaluation 4.20/5 Total 5 Évaluations
Développeur sirpatel
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pigeon - send to telegram",
    "short_name": "pigeon",
    "manifest_version": 2,
    "version": "0.0.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "description": "Send the article to your phone",
    "icons": {
        "128": "messenger-128.png",
        "48": "messenger-32.png",
        "32": "messenger-32.png",
        "16": "messenger-16.png"
    },
    "permissions": [
        "https:\/\/api.telegram.org\/*",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "messenger-128.png",
        "default_title": "refresh the page"
    }
}