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