SendMe Telegram
Allows you to send links, images, maps, quotes from browser to your Telegram via bot.
SendMe Telegram là gì?
SendMe Telegram là một tiện ích mở rộng Chrome được phát triển bởi Oleksandr Us, và tính năng chính của nó là "Allows you to send links, images, maps, quotes from browser to your Telegram via bot.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SendMe Telegram
Tải xuống các tệp mở rộng SendMe Telegram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Extension allow to send any links, images and text to Telegram directly from your web browser! What's new in 0.3.0: - no more additional text when sending a link (just url). - dark/light theme icon. Icon is changing accordingly to your browser/system theme. ***LIFEHACK*** Use context menu: -send image -send selected text -send link URL -send active page by clicking icon
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SendMe Telegram |
ID | ckkfnchnfmgpiejgaacmbngkcjbaaipd |
URL Chính Thức | https://chromewebstore.google.com/detail/sendme-telegram/ckkfnchnfmgpiejgaacmbngkcjbaaipd |
Mô tả | Allows you to send links, images, maps, quotes from browser to your Telegram via bot. |
Kích Thước Tệp | 515 KB |
Số Lần Cài Đặt | 8,054 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2022-06-27 |
Ngày Phát Hành | 2016-04-13 |
Đánh Giá | 4.26/5 Tổng số 113 Đánh Giá |
Nhà Phát Triển | Oleksandr Us |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "0.3.0", "description": "__MSG_extDesc__", "author": "Alexander Us", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "background": { "persistent": true, "page": "background.html" }, "icons": { "16": "menu_icon.png", "48": "sendme48.png", "128": "sendme128.png" }, "browser_action": { "default_icon": "sendme.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "sendme.js" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "activeTab", "tabs", "contextMenus", "https:\/\/sendme.duckdns.org\/*" ] } |