Share to Telegram

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

Vad är Share to Telegram?

Share to Telegram är en Chrome-tillägg utvecklad av Made by JP, och dess huvudfunktion är "Shares current page URL to Telegram. You can edit the message before sending it.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Share to Telegram-förlängningens CRX-fil

Ladda ner Share to Telegram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Share to Telegram Share to Telegram
ID nofieohmbfbfemolfgcojcnibmcldmif
Officiell webbadress https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif
Beskrivning Shares current page URL to Telegram. You can edit the message before sending it.
Filstorlek 12.58 KB
Antal Installationer 602
Aktuell Version 0.1
Senast Uppdaterad 2017-04-08
Publiceringsdatum 2017-04-08
Betyg 4.89/5 Totalt 9 Betyg
Utvecklare Made by JP
Betalningssätt free
Tilläggswebbplats https://t.me/MadeByJP
Hjälpsida URL https://github.com/grub-basket/Share_to_Telegram/issues
Stödda Språk 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
}