Applitools Centra Screenshot Capture
Take a screenshot and save it to your system clipboard
¿Qué es Applitools Centra Screenshot Capture?
Applitools Centra Screenshot Capture es una extensión de Chrome desarrollada por Applitools, y su función principal es "Take a screenshot and save it to your system clipboard".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Applitools Centra Screenshot Capture
Descarga archivos de extensión Applitools Centra Screenshot Capture 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
Applitools Centra enables you to capture full-page and viewport screenshots of your website or web application and upload it to Applitools Centra for easy comparison and validation against your designs or components. Once uploaded to Centra, stakeholders can collaborate on differences that may arise between design and implementation. Enabling you to easily collaborate, validate, and track an app's development in your team. Collaborate -- Easily communicate with different stakeholders across the product delivery lifecycle. Validate -- Verify that your designs are implemented correctly and that your brand is kept intact. Track -- View the history of your UI over time as changes are made. Screenshot capture options: Located in the context menu by right-clicking on the webpage. Available options include... - [Default] Full-page screenshot (Captures the entire page). - Viewport screenshot (Captures the viewable area on the page). - [Default] Stitch with CSS (Captures screenshot using CSS transition and removes duplication of fixed position elements. i.e sticky headers/footers). - Stitch with scroll (Captures screenshot using standard Javascript scrolling). Known limitations: Saving an image to the system clipboard only works on HTTPS or local HTTP sites. Users need to allow the extension to copy images to clipboard per domain they use it on.
Información Básica de la Extensión
Nombre | Applitools Centra Screenshot Capture |
ID | lkafnclgfnendcdgepjccbbadfcjlhdm |
URL Oficial | https://chromewebstore.google.com/detail/applitools-centra-screens/lkafnclgfnendcdgepjccbbadfcjlhdm |
Descripción | Take a screenshot and save it to your system clipboard |
Tamaño del Archivo | 406 KB |
Cantidad de Instalaciones | 44 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-02-09 |
Fecha de Publicación | 2023-02-08 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Applitools |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://applitools.com/centra/ |
URL de la Página de Ayuda | https://applitools.com/docs/centra/feedback |
URL de la Página de Política de Privacidad | https://applitools.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Applitools Centra Screenshot Capture", "description": "Take a screenshot and save it to your system clipboard", "version": "1.0.1", "version_name": "1.0.1", "action": { "default_title": "Click to capture screenshot to system clipboard" }, "icons": { "16": "assets\/ChromeExt_16_LightBG.png", "32": "assets\/ChromeExt_32LightBG.png", "48": "assets\/ChromeExt_80_LightBG.png", "128": "assets\/ChromeExt_126_LightBG.png" }, "permissions": [ "activeTab", "scripting", "tabs", "storage", "clipboardWrite", "contextMenus", "notifications" ], "background": { "service_worker": "background.js" }, "host_permissions": [ " |