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文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
}
]
} | |