Telemark
Bookmark your tabs in Telegram!
Telemark란 무엇입니까?
Telemark은(는) mahdyar.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark your tabs in Telegram!"입니다.
확장 프로그램 스크린샷
Telemark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |