Telemark

Bookmark your tabs in Telegram!

Wat is Telemark?

Telemark is een Chrome-extensie ontwikkeld door mahdyar.me, en de belangrijkste functie is "Bookmark your tabs in Telegram!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Telemark

Download Telemark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Telemark Telemark
ID pfpelimafhpcfmngnaafnndojnankolc
Officiële URL https://chromewebstore.google.com/detail/telemark/pfpelimafhpcfmngnaafnndojnankolc
Beschrijving Bookmark your tabs in Telegram!
Bestandsgrootte 168 KB
Aantal Installaties 31
Huidige Versie 1.6
Laatst Bijgewerkt 2021-08-11
Publicatiedatum 2021-03-04
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar mahdyar.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mahdyar/telemark
Help Pagina-URL https://github.com/mahdyar/telemark/issues
URL van de Privacybeleid Pagina https://blog.mahdyar.me/extensions-privacy
Ondersteunde Talen 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
}