Prnt.sc buttons

Add buttons to Prnt.sc to navigate between images

Wat is Prnt.sc buttons?

Prnt.sc buttons is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Add buttons to Prnt.sc to navigate between images".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Prnt.sc buttons

Download Prnt.sc buttons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Prnt.sc buttons Prnt.sc buttons
ID cipidpjkchhadnjphbpambpbdkmlnefm
Officiële URL https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm
Beschrijving Add buttons to Prnt.sc to navigate between images
Bestandsgrootte 4.06 KB
Aantal Installaties 116
Huidige Versie 1.0
Laatst Bijgewerkt 2020-04-08
Publicatiedatum 2020-04-08
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}