Telegrama

Share links in Telegram Web

Telegrama क्या है?

Telegrama dobladov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share links in Telegram Web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Telegrama एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Telegrama Telegrama
ID lienlbjnhlandehciggilekkfecmigil
आधिकारिक URL https://chromewebstore.google.com/detail/telegrama/lienlbjnhlandehciggilekkfecmigil
विवरण Share links in Telegram Web
फ़ाइल का आकार 8.21 KB
स्थापना संख्या 297
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2018-09-10
प्रकाशन तिथि 2018-09-10
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर dobladov
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dobladov/Telegrama
सहायता पृष्ठ URL https://github.com/dobladov/Telegrama/issues
समर्थित भाषाएँ 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__"
        }
    }
}