Prnt.sc buttons
Add buttons to Prnt.sc to navigate between images
Apa itu Prnt.sc buttons?
Prnt.sc buttons adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Add buttons to Prnt.sc to navigate between images".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Prnt.sc buttons
Unduh file ekstensi Prnt.sc buttons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Prnt.sc buttons |
ID | cipidpjkchhadnjphbpambpbdkmlnefm |
URL Resmi | https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm |
Deskripsi | Add buttons to Prnt.sc to navigate between images |
Ukuran File | 4.06 KB |
Jumlah Instalasi | 116 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-04-08 |
Tanggal Publikasi | 2020-04-08 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |