Prnt.sc buttons

Add buttons to Prnt.sc to navigate between images

Qu'est-ce que Prnt.sc buttons ?

Prnt.sc buttons est une extension Chrome développée par Unknown, et sa fonction principale est "Add buttons to Prnt.sc to navigate between images".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Prnt.sc buttons

Téléchargez les fichiers d'extension Prnt.sc buttons 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

                        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.                    

Informations de Base sur l'Extension

Nom Prnt.sc buttons Prnt.sc buttons
ID cipidpjkchhadnjphbpambpbdkmlnefm
URL Officiel https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm
Description Add buttons to Prnt.sc to navigate between images
Taille du Fichier 4.06 KB
Nombre d'Installations 116
Version Actuelle 1.0
Dernière Mise à Jour 2020-04-08
Date de Publication 2020-04-08
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}