Preview Short URLs

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

什麼是Preview Short URLs?

Preview Short URLs是由azelphur開發的Chrome擴展程式,該擴展的主要功能是“Stop short URL abuse by previewing the URL automatically before visiting it.”。

擴展截圖

screenshot

下載Preview Short URLs擴展crx文件

下載Preview Short URLs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Preview Short URLs Preview Short URLs
ID lhnpeajamdliepjblldlghmpkohfjakb
官方網址 https://chromewebstore.google.com/detail/preview-short-urls/lhnpeajamdliepjblldlghmpkohfjakb
簡介 Stop short URL abuse by previewing the URL automatically before visiting it.
檔案大小 11.33 KB
安裝次數 339
目前版本 1.0
更新時間 2013-11-18
上架時間 2013-11-18
評分 3.71/5 共 7 次評分
開發者 azelphur
付費類型 free
擴展官網 http://blog.azelphur.com
支援的語言 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"
        ]
    }
}