pigeon - send to telegram
Send the article to your phone
Τι είναι το pigeon - send to telegram;
Το pigeon - send to telegram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sirpatel, και η κύρια λειτουργία του είναι "Send the article to your phone".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης pigeon - send to telegram
Λήψη αρχείων επέκτασης pigeon - send to telegram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |