Telemark
Bookmark your tabs in Telegram!
Cos'è Telemark?
Telemark è un'estensione di Chrome sviluppata da mahdyar.me, e la sua funzione principale è "Bookmark your tabs in Telegram!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Telemark
Scarica i file di estensione Telemark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Telemark |
ID | pfpelimafhpcfmngnaafnndojnankolc |
URL Ufficiale | https://chromewebstore.google.com/detail/telemark/pfpelimafhpcfmngnaafnndojnankolc |
Descrizione | Bookmark your tabs in Telegram! |
Dimensione del File | 168 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2021-08-11 |
Data di Pubblicazione | 2021-03-04 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | mahdyar.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mahdyar/telemark |
URL della Pagina di Aiuto | https://github.com/mahdyar/telemark/issues |
URL della Pagina della Politica sulla Privacy | https://blog.mahdyar.me/extensions-privacy |
Lingue Supportate | 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 } |