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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи https://github.com/mahdyar/telemark/issues
URL страницы политики конфиденциальности 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
}