Expand URL
Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.
Expand URL란 무엇입니까?
Expand URL은(는) https://www.expandurl.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe."입니다.
확장 프로그램 스크린샷
Expand URL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Expand URL is an extension that will show you the final destination of a shortened link. Very easy to use, just right click on a shortened link and select 'View Expanded URL', this will then open a new tab and show you where the expanded link will take you. Will also show you more information of the destination link, so that you can determine if that is the link that you would like to visit. Another advantage to this extension, you can also check to see if a regular link will redirect you to a completely different link. This extension works with the majority of shortened URLs. We hope you enjoy using this extension.
확장 프로그램 기본 정보
이름 | Expand URL |
ID | ebaodioakieednoflghllnidpolibkli |
공식 URL | https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli |
설명 | Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe. |
파일 크기 | 10.65 KB |
설치 횟수 | 859 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-05-16 |
출시 날짜 | 2021-12-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.expandurl.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.expandurl.net |
도움말 페이지 URL | https://www.expandurl.net/contact |
개인정보 보호 정책 페이지 URL | https://www.expandurl.net/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Expand URL", "description": "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.", "version": "1.1", "manifest_version": 3, "permissions": [ "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } } |