Lightshot Pager
You can turn lightshot service pages!
What is Lightshot Pager?
Lightshot Pager is a Chrome extension developed by Dmitry Tikhonov, and its main feature is "You can turn lightshot service pages!".
Extension Screenshots
Download Lightshot Pager Extension CRX File
Download Lightshot Pager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A small extension for paging images in the service Lightshot (prnt.sc). Do you want to laugh heartily? Just take a screen from Lightshot application, click "Send to prntscr", click go to https://prnt.sc/ screen url and enjoy! Some strange screens openned to your, which you don't expect to see, dude! :D ------------------------------------------------------------------------------ Расширение для просмотра скриншотов в сервиса Lightshot (prnt.sc). Хотите от души посмеяться? Просто сделайте скриншот через приложение Lightshot, отправьте его на сервер, откройте ссылку с https://prnt.sc/ и наслаждайтесь! Там реально есть смешные и странные скриншоты, которые ты совсем не ждешь там увидеть, чувак! :D
Extension Basic Information
Name | Lightshot Pager |
ID | pgeenmhdlnjmaaeneackfkkiggpefmeg |
Official URL | https://chromewebstore.google.com/detail/lightshot-pager/pgeenmhdlnjmaaeneackfkkiggpefmeg |
Description | You can turn lightshot service pages! |
File Size | 20.69 KB |
Installation Count | 10,000 |
Current Version | 1.1 |
Last Updated | 2020-03-22 |
Publish Date | 2020-03-22 |
Rating | 2.42/5 Total 12 Ratings |
Developer | Dmitry Tikhonov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lightshot Pager", "version": "1.1", "icons": { "128": "128.png" }, "permissions": [ "unlimitedStorage", "https:\/\/prnt.sc\/*" ], "content_scripts": [ { "matches": [ "https:\/\/prnt.sc\/*" ], "js": [ "js\/main.js" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "popup.html", "default_icon": "128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "description": "You can turn lightshot service pages!", "manifest_version": 2 } |