Simple Page Screenshot
Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.
¿Qué es Simple Page Screenshot?
Simple Page Screenshot es una extensión de Chrome desarrollada por paradoxxxzero, y su función principal es "Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Page Screenshot
Descarga archivos de extensión Simple Page Screenshot 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 in your browser from a region and display it. You can then save the capture or copy the base 64 data URL. Right click on the image to save it or copy the datu URL with Copy image URL
Información Básica de la Extensión
Nombre | |
ID | llhehkgnfcfjbpknaljplknmimhggbpa |
URL Oficial | https://chrome.google.com/webstore/detail/simple-page-screenshot/llhehkgnfcfjbpknaljplknmimhggbpa |
Descripción | Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL. |
Tamaño del Archivo | 8.71 KB |
Cantidad de Instalaciones | 255 |
Versión Actual | 1.0.0 |
Última Actualización | 2014-04-04 |
Fecha de Publicación | 2014-04-04 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | paradoxxxzero |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/paradoxxxzero/simple_page_screenshot |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Page Screenshot", "version": "1.0.0", "author": "Florian Mounier - paradoxxxzero", "homepage_url": "https:\/\/github.com\/paradoxxxzero\/simple_page_screenshot", "description": "Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", " |