ScreenShot Manager
Take screenshots and store them in local memory. Download them automatically or at a later date.
¿Qué es ScreenShot Manager?
ScreenShot Manager es una extensión de Chrome desarrollada por Karl Lankester-Carthy, y su función principal es "Take screenshots and store them in local memory. Download them automatically or at a later date.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ScreenShot Manager
Descarga archivos de extensión ScreenShot Manager 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
ScreenShot Manager is made to store multiple screenshots in local memory for later use. Shots by default are downloaded automatically to the downloads folder. You can change this in the settings and have a dialog show which will ask you were you would like to save it. Alternatively you can just store them in chrome local storage , view them from the app and download them at a later date.
Información Básica de la Extensión
Nombre | ScreenShot Manager |
ID | ahkoflpaaagpepnbghabjnpkdbojoecg |
URL Oficial | https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg |
Descripción | Take screenshots and store them in local memory. Download them automatically or at a later date. |
Tamaño del Archivo | 108 KB |
Cantidad de Instalaciones | 1,426 |
Versión Actual | 1.9 |
Última Actualización | 2019-07-12 |
Fecha de Publicación | 2019-07-12 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | Karl Lankester-Carthy |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://etcmind.wordpress.com/ |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenShot Manager", "version": "1.9", "description": "Take screenshots and store them in local memory. Download them automatically or at a later date.", "options_page": "options.html", "background": { "persistent": false, "scripts": [ "jquery-3.1.1.min.js", "background.js" ] }, "icons": { "16": "camera16.png", "48": "camera48.png", "128": "camera128.png" }, "browser_action": { "default_icon": "camera16.png", "default_title": "Shoot!" }, "permissions": [ "tabs", " |