ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
Cos'è ScreenSnip?
ScreenSnip è un'estensione di Chrome sviluppata da bhayatus, e la sua funzione principale è "A tool that allows you to take a screenshot of the current tab and crop it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ScreenSnip
Scarica i file di estensione ScreenSnip 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
Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard. Informazioni di Base sull'Estensione
| Nome | |
| ID | okodoejppedehahibmdngneledbkliap |
| URL Ufficiale | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
| Descrizione | A tool that allows you to take a screenshot of the current tab and crop it. |
| Dimensione del File | 44.84 KB |
| Conteggio Installazioni | 1,086 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2020-04-05 |
| Data di Pubblicazione | 2020-04-05 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | bhayatus |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ScreenSnip",
"version": "1.1.0",
"manifest_version": 2,
"description": "A tool that allows you to take a screenshot of the current tab and crop it.",
"browser_action": {
"default_title": "ScreenSnip"
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
},
"background": {
"persistent": false,
"scripts": [
"\/background\/background.js"
]
},
"permissions": [
"activeTab",
"downloads"
]
} | |