Preview Short URLs

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

Preview Short URLsคืออะไร?

Preview Short URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย azelphur และคุณลักษณะหลักของมันคือ "Stop short URL abuse by previewing the URL automatically before visiting it."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Preview Short URLs

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        ]
    }
}