Push to Telegram

Push any web content directly to telegram desktop!

ما هو Push to Telegram؟

Push to Telegram هو إضافة Chrome تم تطويرها بواسطة ClippedIcarus، والميزة الرئيسية لها هي "Push any web content directly to telegram desktop!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Push to Telegram

قم بتنزيل ملفات الامتداد Push to Telegram بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Push to Telegram Push to Telegram
ID kfbfihpkjhnbphofiejghdhckeofpgpf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf
الوصف Push any web content directly to telegram desktop!
حجم الملف 16.8 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.1
آخر تحديث 2017-02-09
تاريخ النشر 2017-02-09
تقييم 3.07/5 مجموع تقييمات 14
المطور ClippedIcarus
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}