Telemark
Bookmark your tabs in Telegram!
Telemark क्या है?
Telemark mahdyar.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmark your tabs in Telegram!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Telemark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |