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 là gì?
Expand URL là một tiện ích mở rộng Chrome được phát triển bởi https://www.expandurl.net, và tính năng chính của nó là "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Expand URL
Tải xuống các tệp mở rộng Expand URL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Expand URL |
ID | ebaodioakieednoflghllnidpolibkli |
URL Chính Thức | https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli |
Mô tả | Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe. |
Kích Thước Tệp | 10.65 KB |
Số Lần Cài Đặt | 859 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-05-16 |
Ngày Phát Hành | 2021-12-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.expandurl.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.expandurl.net |
URL Trang Trợ Giúp | https://www.expandurl.net/contact |
URL Trang Chính Sách Bảo Mật | https://www.expandurl.net/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |