Shortlink Extender

A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

Shortlink Extenderคืออะไร?

Shortlink Extender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stuart Davidson และคุณลักษณะหลักของมันคือ "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shortlink Extender

ดาวน์โหลดไฟล์ส่วนขยาย Shortlink Extender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

The extension will automatically scan the page upon the load to see if there are any of known shortlinks on the page before sending off and finding the true link.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
คำอธิบาย A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
ขนาดไฟล์ 7.82 KB
จำนวนการติดตั้ง 128
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2017-08-06
วันที่เผยแพร่ 2017-08-06
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Stuart Davidson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.stuartd.co.uk/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortlink Extender",
    "version": "0.5",
    "author": "StuartD - www.stuartd.co.uk",
    "description": "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.",
    "icons": {
        "128": "images\/128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extender.js"
            ]
        }
    ]
}