Glitchy Glitch Gloo
Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
Wat is Glitchy Glitch Gloo?
Glitchy Glitch Gloo is een Chrome-extensie ontwikkeld door ojhnsn, en de belangrijkste functie is "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829".
Extensie Screenshots
Download het CRX-bestand van de extensie Glitchy Glitch Gloo
Download Glitchy Glitch Gloo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Glitchy Glitch Gloo |
ID | hehejefmdmpijnamjenkjogiamhoahha |
Officiële URL | https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha |
Beschrijving | Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829 |
Bestandsgrootte | 541 KB |
Aantal Installaties | 3,617 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2018-12-12 |
Publicatiedatum | 2018-12-11 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | ojhnsn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ojhnsn/final |
Ondersteunde Talen | 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'" } |