Simple URL Extender

Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.

Simple URL Extenderคืออะไร?

Simple URL Extender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kennethdevel และคุณลักษณะหลักของมันคือ "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'."

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

screenshot
screenshot

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

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

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

                        Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'. Resource friendly. 

If you experience any problems or need help, feel free to contact me at [email protected].

Powered by 9inchurl.com.                    

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

ชื่อ Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
คำอธิบาย Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
ขนาดไฟล์ 7.83 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2016-06-11
วันที่เผยแพร่ 2016-06-11
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา kennethdevel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://9inchurl.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Extender",
    "description": "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "http:\/\/9inchurl.com\/",
        "notifications"
    ],
    "author": "Kenneth",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}