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文件
下载Safe Links Decoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } } |