Fix Lightshot
In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Apa itu Fix Lightshot?
Fix Lightshot adalah ekstensi Chrome yang dikembangkan oleh Ryan Hecht, dan fitur utamanya adalah "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fix Lightshot
Unduh file ekstensi Fix Lightshot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Fix Lightshot |
ID | dahidcllknfnoleplldmphdnmacjglph |
URL Resmi | https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph |
Deskripsi | In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website… |
Ukuran File | 31.97 KB |
Jumlah Instalasi | 4,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-02-20 |
Tanggal Publikasi | 2018-02-20 |
Penilaian | 3.55/5 Total 20 Penilaian |
Pengembang | Ryan Hecht |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } ] } |