Prnt.sc buttons

Add buttons to Prnt.sc to navigate between images

Cos'è Prnt.sc buttons?

Prnt.sc buttons è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Add buttons to Prnt.sc to navigate between images".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Prnt.sc buttons

Scarica i file di estensione Prnt.sc buttons 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

                        Adds buttons for navigating between images on the site "https://prnt.sc/". It adds the random button for going to a random image, the next button to go to the next image in alphabetical order and the previous button to navigate to the previous button in alphabetic order.                    

Informazioni di Base sull'Estensione

Nome Prnt.sc buttons Prnt.sc buttons
ID cipidpjkchhadnjphbpambpbdkmlnefm
URL Ufficiale https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm
Descrizione Add buttons to Prnt.sc to navigate between images
Dimensione del File 4.06 KB
Conteggio Installazioni 116
Versione Corrente 1.0
Ultimo Aggiornamento 2020-04-08
Data di Pubblicazione 2020-04-08
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prnt.sc buttons",
    "description": "Add buttons to Prnt.sc to navigate between images",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/prnt.sc\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Append Test Text"
    },
    "manifest_version": 2
}