Fix Lightshot

In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…

Fix Lightshotคืออะไร?

Fix Lightshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Hecht และคุณลักษณะหลักของมันคือ "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…"

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

screenshot

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

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

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

                        In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website to make it more difficult to view the source image of your screenshot. 

In response, this extension allows you to bypass the https://prnt.sc page altogether, and instead directly loads the source URL of the image you're trying to view.                    

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

ชื่อ Fix Lightshot Fix Lightshot
ID dahidcllknfnoleplldmphdnmacjglph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph
คำอธิบาย In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
ขนาดไฟล์ 31.97 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-02-20
วันที่เผยแพร่ 2018-02-20
คะแนน 3.55/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Ryan Hecht
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Lightshot",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prnt.sc\/*",
                "http:\/\/prnt.sc\/*"
            ],
            "js": [
                "content.js"
            ],
            "icons": {
                "128": "icon128.png",
                "48": "icon48.png"
            }
        }
    ]
}