pigeon - send to telegram
Send the article to your phone
pigeon - send to telegram क्या है?
pigeon - send to telegram sirpatel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send the article to your phone"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में pigeon - send to telegram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | pigeon - send to telegram |
ID | bnpiffphfmbngibjjpmmedmldoadmcko |
आधिकारिक URL | https://chromewebstore.google.com/detail/pigeon-send-to-telegram/bnpiffphfmbngibjjpmmedmldoadmcko |
विवरण | Send the article to your phone |
फ़ाइल का आकार | 387 KB |
स्थापना संख्या | 53 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2017-08-16 |
प्रकाशन तिथि | 2017-08-16 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | sirpatel |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |