Viewport Glitcher
Take a screenshot of the current tab viewport and glitch it.
¿Qué es Viewport Glitcher?
Viewport Glitcher es una extensión de Chrome desarrollada por villagerdev, y su función principal es "Take a screenshot of the current tab viewport and glitch it.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Viewport Glitcher
Descarga archivos de extensión Viewport Glitcher 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
This Chrome extension takes a screenshot of what you currently see in your browser, glitches it, then opens it in a new tab. Beautiful, unexpected, and unique glitch art in seconds! Here are a few ideas for using it: - Glitching is as simple as one click - no need to install any programs. - Create a unique image for use as avatars, profile pictures, etc. - Turn any image into digital glitch art. - Bored, or need some inspiration? Glitch any web page, as many times as you like! - Use the glitched image as inspiration for colour palettes.
Información Básica de la Extensión
Nombre | Viewport Glitcher |
ID | onacloncedplghlhddcofmdccfejhipd |
URL Oficial | https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd |
Descripción | Take a screenshot of the current tab viewport and glitch it. |
Tamaño del Archivo | 12.3 KB |
Cantidad de Instalaciones | 196 |
Versión Actual | 1.0 |
Última Actualización | 2017-03-17 |
Fecha de Publicación | 2017-03-17 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | villagerdev |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/zky829/viewport-glitcher |
URL de la Página de Ayuda | https://github.com/zky829/viewport-glitcher |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viewport Glitcher", "description": "Take a screenshot of the current tab viewport and glitch it.", "version": "1.0", "author": "zky829", "background": { "persistent": false, "scripts": [ "page-glitch.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Viewport Glitcher" }, "permissions": [ "activeTab" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |