Safe Links Decoder
Display Microsoft Safe Links as the original URLs
Safe Links Decoder란 무엇입니까?
Safe Links Decoder은(는) https://francisyyan.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display Microsoft Safe Links as the original URLs"입니다.
확장 프로그램 스크린샷
Safe Links Decoder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click on this extension's icon to decode and display Microsoft Safe Links as their original URLs, making the links easier to read without sacrificing the security benefits provided by Safe Links. Specifically, this extension only affects the appearance of Safe Links (by replacing the "innerText" property of tags). It does not alter the actual addresses that Safe Links redirect to (i.e., the "href" attribute remains unchanged). To ensure the safety and privacy of users, the source code for this extension can be reviewed at https://github.com/francisyyan/safelinks-decoder.
확장 프로그램 기본 정보
이름 | Safe Links Decoder |
ID | nnkckeohlpjpbideolodcogkghnnpmif |
공식 URL | https://chromewebstore.google.com/detail/safe-links-decoder/nnkckeohlpjpbideolodcogkghnnpmif |
설명 | Display Microsoft Safe Links as the original URLs |
파일 크기 | 18.12 KB |
설치 횟수 | 143 |
현재 버전 | 1.2 |
최근 업데이트 | 2022-12-28 |
출시 날짜 | 2021-03-16 |
개발자 | https://francisyyan.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/francisyyan/safelinks-decoder |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safe Links Decoder", "description": "Display Microsoft Safe Links as the original URLs", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } } |