ShortLink Decode

This extensions help decode the short link into the original link

ShortLink Decodeคืออะไร?

ShortLink Decode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tienich.xyz และคุณลักษณะหลักของมันคือ "This extensions help decode the short link into the original link"

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

screenshot

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

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

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

                        This extensions help decode the short link into the original link on web page                    

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

ชื่อ ShortLink Decode ShortLink Decode
ID clcgakfkgdhbcmpkgmhmoapjdiffgfia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia
คำอธิบาย This extensions help decode the short link into the original link
ขนาดไฟล์ 18.34 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-05-15
วันที่เผยแพร่ 2019-05-09
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://tienich.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShortLink Decode",
    "description": "This extensions help decode the short link into the original link",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}