Prnt.sc buttons
Add buttons to Prnt.sc to navigate between images
Was ist Prnt.sc buttons?
Prnt.sc buttons ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Add buttons to Prnt.sc to navigate between images".
Erweiterungsscreenshots
Prnt.sc buttons-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prnt.sc buttons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Prnt.sc buttons |
ID | cipidpjkchhadnjphbpambpbdkmlnefm |
Offizielle URL | https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm |
Beschreibung | Add buttons to Prnt.sc to navigate between images |
Dateigröße | 4.06 KB |
Installationsanzahl | 116 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-04-08 |
Veröffentlichungsdatum | 2020-04-08 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |