Telemark
Bookmark your tabs in Telegram!
什麼是Telemark?
Telemark是由mahdyar.me開發的Chrome擴展程式,該擴展的主要功能是“Bookmark your tabs in Telegram!”。
擴展截圖
下載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!                     擴展基本資訊
| 名稱 |   |  
| ID | pfpelimafhpcfmngnaafnndojnankolc | 
| 官方網址 | 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
}  |  |