Safe Links Decoder
Display Microsoft Safe Links as the original URLs
Safe Links Decoderคืออะไร?
Safe Links Decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://francisyyan.org และคุณลักษณะหลักของมันคือ "Display Microsoft Safe Links as the original URLs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safe Links Decoder
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } } |