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是由Ryan Hecht開發的Chrome擴展程式,該擴展的主要功能是“In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…”。

擴展截圖

screenshot

下載Fix Lightshot擴展crx文件

下載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
官方網址 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"
            }
        }
    ]
}