pigeon - send to telegram

Send the article to your phone

Co to jest pigeon - send to telegram?

pigeon - send to telegram to rozszerzenie Chrome opracowane przez sirpatel, a jego główną funkcją jest „Send the article to your phone”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia pigeon - send to telegram

Pobierz pliki rozszerzeń pigeon - send to telegram w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa pigeon - send to telegram pigeon - send to telegram
ID bnpiffphfmbngibjjpmmedmldoadmcko
Oficjalny URL https://chromewebstore.google.com/detail/pigeon-send-to-telegram/bnpiffphfmbngibjjpmmedmldoadmcko
Opis Send the article to your phone
Rozmiar pliku 387 KB
Liczba instalacji 53
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2017-08-16
Data Publikacji 2017-08-16
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper sirpatel
Typ Płatności free
Obsługiwane Języki 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"
    }
}