Share via Telegram

Allows to share current page via Telegram messenger in just one click

ما هو Share via Telegram؟

Share via Telegram هو إضافة Chrome تم تطويرها بواسطة Telegram، والميزة الرئيسية لها هي "Allows to share current page via Telegram messenger in just one click".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Share via Telegram

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

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

                        This extension allows you to share URL of the current page or selected text/link/image to the Telegram app.

'Reading your browsing history' permission is required to get the url of the page you're currently on.

Works with Telegram Desktop apps for Windows, MacOS and  Linux.                    

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

الاسم Share via Telegram Share via Telegram
ID phhmllhhondgbkaifcompghkadamdanc
عنوان URL الرسمي https://chromewebstore.google.com/detail/share-via-telegram/phhmllhhondgbkaifcompghkadamdanc
الوصف Allows to share current page via Telegram messenger in just one click
حجم الملف 25.78 KB
عدد التثبيتات 1,958
النسخة الحالية 1.16
آخر تحديث 2022-12-29
تاريخ النشر 2019-09-30
تقييم 3.59/5 مجموع تقييمات 54
المطور Telegram
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://github.com/evgeniybobok/share_via_telegram/wiki/Privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Share via Telegram",
    "version": "1.16",
    "description": "Allows to share current page via Telegram messenger in just one click",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Share Page via Telegram"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}