TLDRify
Create a short link to any text on the Internet
TLDRify란 무엇입니까?
TLDRify은(는) https://tldrify.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a short link to any text on the Internet"입니다.
확장 프로그램 스크린샷
TLDRify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This free tool allows you creating a short URL to any text on a Website. This comes in handy when you wish that everyone receiving such a link will focus on a specific portion of a Web page. Just select any text, then click on the "TLDRify" button, and a short URL, which can be instantly shared with your friends will be generated. Once opened, such a short link will take your audience to the original Website, and scroll the Web page down to the selected quote. Create an account on www.tldrify.com, and get the possibility to manage the links you create.
확장 프로그램 기본 정보
이름 | TLDRify |
ID | dbphpdgmhigmaepjklmklmlcoinihjdo |
공식 URL | https://chromewebstore.google.com/detail/tldrify/dbphpdgmhigmaepjklmklmlcoinihjdo |
설명 | Create a short link to any text on the Internet |
파일 크기 | 173 KB |
설치 횟수 | 1,270 |
현재 버전 | 1.2.1.2 |
최근 업데이트 | 2022-06-28 |
출시 날짜 | 2015-04-25 |
평점 | 3.62/5 총 13 개의 평점 |
개발자 | https://tldrify.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon-16.png", "20": "icons\/icon-20.png", "25": "icons\/icon-25.png", "30": "icons\/icon-30.png", "32": "icons\/icon-32.png", "40": "icons\/icon-40.png", "64": "icons\/icon-64.png" }, "default_title": "TLDRify", "theme_icons": [ { "light": "icons\/icon-16-light.png", "dark": "icons\/icon-16.png", "size": 16 }, { "light": "icons\/icon-32-light.png", "dark": "icons\/icon-32.png", "size": 32 } ] }, "name": "TLDRify", "description": "Create a short link to any text on the Internet", "homepage_url": "http:\/\/tldrify.com", "author": "Michael Spector", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "permissions": [ "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.2.1.2", "manifest_version": 3 } |