Glitchy Glitch Gloo
Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
Co je Glitchy Glitch Gloo?
Glitchy Glitch Gloo je rozšíření Chrome vyvinuté ojhnsn, a jeho hlavní funkcí je „Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Glitchy Glitch Gloo
Stáhněte si soubory rozšíření Glitchy Glitch Gloo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Glitchy Glitch Gloo |
ID | hehejefmdmpijnamjenkjogiamhoahha |
Oficiální URL | https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha |
Popis | Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829 |
Velikost souboru | 541 KB |
Počet instalací | 3,617 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2018-12-12 |
Datum Vydání | 2018-12-11 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | ojhnsn |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ojhnsn/final |
Podporované Jazyky | 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'" } |