Prnt.sc buttons
Add buttons to Prnt.sc to navigate between images
Hvad er Prnt.sc buttons?
Prnt.sc buttons er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Add buttons to Prnt.sc to navigate between images".
Udvidelsesskærmbilleder
Download Prnt.sc buttons-udvidelses-CRX-fil
Download Prnt.sc buttons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Prnt.sc buttons |
ID | cipidpjkchhadnjphbpambpbdkmlnefm |
Officiel URL | https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm |
Beskrivelse | Add buttons to Prnt.sc to navigate between images |
Filstørrelse | 4.06 KB |
Antal Installationer | 116 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-04-08 |
Udgivelsesdato | 2020-04-08 |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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 } |