Lightshot Pager

You can turn lightshot service pages!

Cos'è Lightshot Pager?

Lightshot Pager è un'estensione di Chrome sviluppata da Dmitry Tikhonov, e la sua funzione principale è "You can turn lightshot service pages!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lightshot Pager

Scarica i file di estensione Lightshot Pager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Lightshot Pager Lightshot Pager
ID pgeenmhdlnjmaaeneackfkkiggpefmeg
URL Ufficiale https://chromewebstore.google.com/detail/lightshot-pager/pgeenmhdlnjmaaeneackfkkiggpefmeg
Descrizione You can turn lightshot service pages!
Dimensione del File 20.69 KB
Conteggio Installazioni 10,000
Versione Corrente 1.1
Ultimo Aggiornamento 2020-03-22
Data di Pubblicazione 2020-03-22
Valutazione 2.42/5 Totale 12 Valutazioni
Sviluppatore Dmitry Tikhonov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}