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…"입니다.
확장 프로그램 스크린샷
Fix Lightshot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } ] } |