Glitchy Glitch Gloo
Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
¿Qué es Glitchy Glitch Gloo?
Glitchy Glitch Gloo es una extensión de Chrome desarrollada por ojhnsn, y su función principal es "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Glitchy Glitch Gloo
Descarga archivos de extensión Glitchy Glitch Gloo 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
Hi and welcome to my super cute and fun browser extension for making glitches! I used zky829's Viewport Glitcher as a base and added code of my own to align to my project. My browser extension uses the libraries glitch-canvas and p5. By clicking the browser icon the extension takes a screenshot of your tab and glitches both image and text elements.
Información Básica de la Extensión
Nombre | Glitchy Glitch Gloo |
ID | hehejefmdmpijnamjenkjogiamhoahha |
URL Oficial | https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha |
Descripción | Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829 |
Tamaño del Archivo | 541 KB |
Cantidad de Instalaciones | 3,617 |
Versión Actual | 2.0 |
Última Actualización | 2018-12-12 |
Fecha de Publicación | 2018-12-11 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | ojhnsn |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/ojhnsn/final |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Glitchy Glitch Gloo", "description": "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829", "version": "2.0", "author": "zky829, ojhnsn", "background": { "persistent": false, "scripts": [ "page-glitch.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Page Glitcher" }, "permissions": [ "activeTab" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |