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 |
官方網址 | 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" } } } |