Url Shortener
Generate short links for the current page.
Url Shortener란 무엇입니까?
Url Shortener은(는) https://t.mr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate short links for the current page."입니다.
확장 프로그램 스크린샷
Url Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the free and user-friendly URL shortener that allows you to create short links with just one click! With the T.MR Chrome extension, you can generate short links within seconds, directly from the webpages you visit. Experience the ultimate convenience of creating short links using wz.my ov.cm zo.cm, and more! The T.MR URL Shortener Extension provides the perfect solution for those seeking a quick and effortless way to shorten URLs. Key features of the Rebrandly URL Shortener include: - Forever FREE (No sign-up or login required) - Instantly shorten any link with a single click. - Track link clicks to monitor engagement. - Personalize short URLs with relevant keywords. With just one click, this extension instantly shortens any URL using the popular URL Shortener service. No need to open a new tab or navigate away from your current page - simply click the extension icon, and your shortened link will be automatically copied to your clipboard for easy sharing.
확장 프로그램 기본 정보
이름 | Url Shortener |
ID | jdmjiinbekfabkgclccgkddnddkmiohf |
공식 URL | https://chromewebstore.google.com/detail/url-shortener/jdmjiinbekfabkgclccgkddnddkmiohf |
설명 | Generate short links for the current page. |
파일 크기 | 29.49 KB |
설치 횟수 | 134 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-09-02 |
출시 날짜 | 2023-08-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://t.mr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://t.mr |
개인정보 보호 정책 페이지 URL | https://t.mr/page/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Url Shortener", "version": "1.0.5", "description": "Generate short links for the current page.", "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |