Telemark
Bookmark your tabs in Telegram!
Telemark là gì?
Telemark là một tiện ích mở rộng Chrome được phát triển bởi mahdyar.me, và tính năng chính của nó là "Bookmark your tabs in Telegram!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Telemark
Tải xuống các tệp mở rộng Telemark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Telemark |
ID | pfpelimafhpcfmngnaafnndojnankolc |
URL Chính Thức | https://chromewebstore.google.com/detail/telemark/pfpelimafhpcfmngnaafnndojnankolc |
Mô tả | Bookmark your tabs in Telegram! |
Kích Thước Tệp | 168 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2021-08-11 |
Ngày Phát Hành | 2021-03-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | mahdyar.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mahdyar/telemark |
URL Trang Trợ Giúp | https://github.com/mahdyar/telemark/issues |
URL Trang Chính Sách Bảo Mật | https://blog.mahdyar.me/extensions-privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |