Push to Telegram

Push any web content directly to telegram desktop!

Push to Telegram là gì?

Push to Telegram là một tiện ích mở rộng Chrome được phát triển bởi ClippedIcarus, và tính năng chính của nó là "Push any web content directly to telegram desktop!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Push to Telegram

Tải xuống các tệp mở rộng Push to 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

                        Share pages, links, media, and selected text through Telegram via right-click menu or extension icon. 


Telegram: t.me/ClippedIcarus
Github: https://github.com/Kaleb-Pace/push-to-telegram                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Push to Telegram Push to Telegram
ID kfbfihpkjhnbphofiejghdhckeofpgpf
URL Chính Thức https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf
Mô tả Push any web content directly to telegram desktop!
Kích Thước Tệp 16.8 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-02-09
Ngày Phát Hành 2017-02-09
Đánh Giá 3.07/5 Tổng số 14 Đánh Giá
Nhà Phát Triển ClippedIcarus
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push to Telegram",
    "version": "1.0.1",
    "description": "Push any web content directly to telegram desktop!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Push to Telegram"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ]
}