Lightshot Pager
You can turn lightshot service pages!
Qu'est-ce que Lightshot Pager ?
Lightshot Pager est une extension Chrome développée par Dmitry Tikhonov, et sa fonction principale est "You can turn lightshot service pages!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lightshot Pager
Téléchargez les fichiers d'extension Lightshot Pager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Lightshot Pager |
ID | pgeenmhdlnjmaaeneackfkkiggpefmeg |
URL Officiel | https://chromewebstore.google.com/detail/lightshot-pager/pgeenmhdlnjmaaeneackfkkiggpefmeg |
Description | You can turn lightshot service pages! |
Taille du Fichier | 20.69 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-03-22 |
Date de Publication | 2020-03-22 |
Évaluation | 2.42/5 Total 12 Évaluations |
Développeur | Dmitry Tikhonov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |