CopyShot
Easily edit websites, take screenshots and manage them with CopyShot
¿Qué es CopyShot?
CopyShot es una extensión de Chrome desarrollada por Mikkel Birkeholm, y su función principal es "Easily edit websites, take screenshots and manage them with CopyShot".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CopyShot
Descarga archivos de extensión CopyShot 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
CopyShot lets you easily edit website content on the fly and save your work for later. With CopyShot, you can: - Edit website content - Take screenshots - Manage screenshots throught a dashboard - Bulk download as zip or copy directly to clipboard
Información Básica de la Extensión
Nombre | CopyShot |
ID | pjcllckliodbcjgijagbdlmfdceglkac |
URL Oficial | https://chromewebstore.google.com/detail/copyshot/pjcllckliodbcjgijagbdlmfdceglkac |
Descripción | Easily edit websites, take screenshots and manage them with CopyShot |
Tamaño del Archivo | 379 KB |
Cantidad de Instalaciones | 74 |
Versión Actual | 0.1 |
Última Actualización | 2023-10-08 |
Fecha de Publicación | 2023-10-07 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Mikkel Birkeholm |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.mikkelbirkeholm.dk/copyshot |
URL de la Página de Ayuda | https://www.mikkelbirkeholm.dk/copyshot |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CopyShot", "description": "Easily edit websites, take screenshots and manage them with CopyShot", "version": "0.1", "manifest_version": 3, "author": "[email protected]", "icons": { "32": "icon\/32.png", "64": "icon\/64.png", "128": "icon\/128.png", "256": "icon\/256.png" }, "commands": { "start-edit": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Start Edit Mode for the current page" }, "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+E", "mac": "Command+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" } } }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "scripting" ], "content_scripts": [ { "matches": [ " |