Telemark

Bookmark your tabs in Telegram!

什么是Telemark?

Telemark是由mahdyar.me开发的Chrome扩展程序,该扩展的主要功能是“Bookmark your tabs in Telegram!”。

扩展截图

screenshot
screenshot
screenshot

下载Telemark扩展crx文件

下载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
}