Share to Telegram
Shares current page URL to Telegram. You can edit the message before sending it.
Share to Telegram क्या है?
Share to Telegram Made by JP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shares current page URL to Telegram. You can edit the message before sending it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Share to Telegram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nofieohmbfbfemolfgcojcnibmcldmif |
आधिकारिक URL | https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif |
विवरण | Shares current page URL to Telegram. You can edit the message before sending it. |
फ़ाइल का आकार | 12.58 KB |
स्थापना संख्या | 602 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2017-04-08 |
प्रकाशन तिथि | 2017-04-08 |
रेटिंग | 4.89/5 कुल 9 रेटिंग्स |
डेवलपर | Made by JP |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://t.me/MadeByJP |
सहायता पृष्ठ URL | https://github.com/grub-basket/Share_to_Telegram/issues |
समर्थित भाषाएँ | 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 } |