Screenshot Capture
Capture viewport, crop & save to file, copy to clipboard as binary or data URL
Cos'è Screenshot Capture?
Screenshot Capture è un'estensione di Chrome sviluppata da simov.github.io, e la sua funzione principale è "Capture viewport, crop & save to file, copy to clipboard as binary or data URL".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screenshot Capture
Scarica i file di estensione Screenshot Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✔ Secure by design ✔ Capture Viewport ✔ Crop and Save (automatic save) ✔ Crop and Wait (manual save) ✔ Configurable Keyboard Shortcut ✔ Save screenshot as PNG or JPG image file ✔ Copy screenshot to clipboard as Data URL String or Binary Image ✔ Preserve or downscale screenshot size on HDPI displays like Retina ✔ Unique screenshot date/time file name ✔ No special permissions required ✔ Free and Open Source ✚ Full Documentation ✔ https://github.com/simov/screenshot-capture
Informazioni di Base sull'Estensione
Nome | Screenshot Capture |
ID | giabbpobpebjfegnpcclkocepcgockkc |
URL Ufficiale | https://chromewebstore.google.com/detail/screenshot-capture/giabbpobpebjfegnpcclkocepcgockkc |
Descrizione | Capture viewport, crop & save to file, copy to clipboard as binary or data URL |
Dimensione del File | 96.83 KB |
Conteggio Installazioni | 128,931 |
Versione Corrente | 3.1 |
Ultimo Aggiornamento | 2023-11-21 |
Data di Pubblicazione | 2019-07-13 |
Valutazione | 4.18/5 Totale 111 Valutazioni |
Sviluppatore | simov.github.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/simov/screenshot-capture |
URL della Pagina di Aiuto | https://github.com/simov/screenshot-capture/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screenshot Capture", "version": "3.1", "description": "Capture viewport, crop & save to file, copy to clipboard as binary or data URL", "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/screenshot-capture\/giabbpobpebjfegnpcclkocepcgockkc", "icons": { "16": "\/icons\/default\/16x16.png", "19": "\/icons\/default\/19x19.png", "38": "\/icons\/default\/38x38.png", "48": "\/icons\/default\/48x48.png", "128": "\/icons\/default\/128x128.png" }, "action": { "default_icon": { "16": "\/icons\/default\/16x16.png", "19": "\/icons\/default\/19x19.png", "38": "\/icons\/default\/38x38.png", "48": "\/icons\/default\/48x48.png", "128": "\/icons\/default\/128x128.png" }, "default_title": "Screenshot Capture" }, "background": { "service_worker": "background\/index.js" }, "options_page": "\/options\/index.html", "web_accessible_resources": [ { "matches": [ " |