Telemark
Bookmark your tabs in Telegram!
Co to jest Telemark?
Telemark to rozszerzenie Chrome opracowane przez mahdyar.me, a jego główną funkcją jest „Bookmark your tabs in Telegram!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Telemark
Pobierz pliki rozszerzeń Telemark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pfpelimafhpcfmngnaafnndojnankolc |
| Oficjalny URL | https://chromewebstore.google.com/detail/telemark/pfpelimafhpcfmngnaafnndojnankolc |
| Opis | Bookmark your tabs in Telegram! |
| Rozmiar pliku | 168 KB |
| Liczba instalacji | 31 |
| Aktualna Wersja | 1.6 |
| Ostatnia Aktualizacja | 2021-08-11 |
| Data Publikacji | 2021-03-04 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | mahdyar.me |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/mahdyar/telemark |
| Adres URL Strony Pomocy | https://github.com/mahdyar/telemark/issues |
| Adres URL Strony Polityki Prywatności | https://blog.mahdyar.me/extensions-privacy |
| Obsługiwane Języki | 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
} | |