Telemark

Bookmark your tabs in Telegram!

ما هو Telemark؟

Telemark هو إضافة Chrome تم تطويرها بواسطة mahdyar.me، والميزة الرئيسية لها هي "Bookmark your tabs in Telegram!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Telemark

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

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

                        Telemark lets you bookmark your tabs in Telegram! A dream that came true! If you save the links that you are interested in, in saved messages on Telegram, and copy/paste them, this extension will come handy to you. because it'll do the same, just with a single click!                    

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

الاسم Telemark Telemark
ID pfpelimafhpcfmngnaafnndojnankolc
عنوان URL الرسمي https://chromewebstore.google.com/detail/telemark/pfpelimafhpcfmngnaafnndojnankolc
الوصف Bookmark your tabs in Telegram!
حجم الملف 168 KB
عدد التثبيتات 31
النسخة الحالية 1.6
آخر تحديث 2021-08-11
تاريخ النشر 2021-03-04
تقييم 5.00/5 مجموع تقييمات 4
المطور mahdyar.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mahdyar/telemark
عنوان صفحة المساعدة https://github.com/mahdyar/telemark/issues
عنوان صفحة سياسة الخصوصية https://blog.mahdyar.me/extensions-privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telemark",
    "version": "1.6",
    "description": "Bookmark your tabs in Telegram!",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "images\/telemark_16.png",
            "32": "images\/telemark_32.png",
            "48": "images\/telemark_48.png",
            "128": "images\/telemark_128.png"
        }
    },
    "commands": {
        "send-to-telegram": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Send to Telegram."
        }
    },
    "icons": {
        "16": "images\/telemark_16.png",
        "32": "images\/telemark_32.png",
        "48": "images\/telemark_48.png",
        "128": "images\/telemark_128.png"
    },
    "background": {
        "scripts": [
            "script\/jquery.js",
            "script\/functions.js",
            "script\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "clipboardRead",
        "https:\/\/api.tgmark.ir\/*"
    ],
    "manifest_version": 2
}