4p's URL Expander

Right click a shortened link and expand it

4p's URL Expander là gì?

4p's URL Expander là một tiện ích mở rộng Chrome được phát triển bởi 4p, và tính năng chính của nó là "Right click a shortened link and expand it".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 4p's URL Expander

Tải xuống các tệp mở rộng 4p's URL Expander 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

                        This is a very simple "short URL expander". If you see a shortened/suspicious URL, you can right click it and "expand" it to see where the link would take you.

This uses "http://expandurl.com/" and will NOT open the shortened link, only a new tab showing the links redirects. All the hard work was done by "Gregg Hilferding". I just wanted a right click expander and nobody had made a working one.

Provided expandurl doesn't shut down, this should work just fine on most versions of chrome.

Limited to 100 "expands" per hour.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 4p's URL Expander 4p's URL Expander
ID gldfamiablnblfgmflmlcbmimckdnlpj
URL Chính Thức https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj
Mô tả Right click a shortened link and expand it
Kích Thước Tệp 7.08 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-06-30
Ngày Phát Hành 2017-06-30
Nhà Phát Triển 4p
Loại Thanh Toán free
Trang Web Mở Rộng http://expandurl.com/
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4p's URL Expander",
    "description": "Right click a shortened link and expand it",
    "version": "0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "popup.js"
        ]
    },
    "manifest_version": 2
}