ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
¿Qué es ScreenSnip?
ScreenSnip es una extensión de Chrome desarrollada por bhayatus, y su función principal es "A tool that allows you to take a screenshot of the current tab and crop it.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ScreenSnip
Descarga archivos de extensión ScreenSnip en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ScreenSnip |
ID | okodoejppedehahibmdngneledbkliap |
URL Oficial | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
Descripción | A tool that allows you to take a screenshot of the current tab and crop it. |
Tamaño del Archivo | 44.84 KB |
Cantidad de Instalaciones | 1,086 |
Versión Actual | 1.1.0 |
Última Actualización | 2020-04-05 |
Fecha de Publicación | 2020-04-05 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | bhayatus |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |