Preview Short URLs

Stop short URL abuse by previewing the URL automatically before visiting it.

Preview Short URLs là gì?

Preview Short URLs là một tiện ích mở rộng Chrome được phát triển bởi azelphur, và tính năng chính của nó là "Stop short URL abuse by previewing the URL automatically before visiting 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 Preview Short URLs

Tải xuống các tệp mở rộng Preview Short URLs 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 addon will show you a preview page clearly displaying the destination URL whenever you visit a shortened URL.

Currently supports:
bit.ly
bitly.com
tinyurl.com
is.gd
goo.gl

Want support for more? Feel free to suggest something. :)

Want to help out? This code is on github https://github.com/Azelphur/Preview-Short-URLs patches welcome!

Feel free to drop by irc://irc.azelphur.com/#azelphur if you have any questions.                    

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

Tên Preview Short URLs Preview Short URLs
ID lhnpeajamdliepjblldlghmpkohfjakb
URL Chính Thức https://chromewebstore.google.com/detail/preview-short-urls/lhnpeajamdliepjblldlghmpkohfjakb
Mô tả Stop short URL abuse by previewing the URL automatically before visiting it.
Kích Thước Tệp 11.33 KB
Số Lần Cài Đặt 339
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-11-18
Ngày Phát Hành 2013-11-18
Đánh Giá 3.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển azelphur
Loại Thanh Toán free
Trang Web Mở Rộng http://blog.azelphur.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Preview Short URLs",
    "description": "Stop short URL abuse by previewing the URL automatically before visiting it.",
    "version": "1.0",
    "author": "Alfie \"Azelphur\" Day",
    "homepage_url": "http:\/\/blog.azelphur.com\/",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/bit.ly\/*",
        "*:\/\/bitly.com\/*",
        "*:\/\/tinyurl.com\/*",
        "*:\/\/is.gd\/*",
        "*:\/\/goo.gl\/*"
    ],
    "icons": {
        "16": "icons\/icon128.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}