Prnt.sc buttons
Add buttons to Prnt.sc to navigate between images
What is Prnt.sc buttons?
Prnt.sc buttons is a Chrome extension developed by Unknown, and its main feature is "Add buttons to Prnt.sc to navigate between images".
Extension Screenshots
Download Prnt.sc buttons Extension CRX File
Download Prnt.sc buttons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Prnt.sc buttons |
ID | cipidpjkchhadnjphbpambpbdkmlnefm |
Official URL | https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm |
Description | Add buttons to Prnt.sc to navigate between images |
File Size | 4.06 KB |
Installation Count | 116 |
Current Version | 1.0 |
Last Updated | 2020-04-08 |
Publish Date | 2020-04-08 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } |