Glitchy Glitch Gloo
Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
Co to jest Glitchy Glitch Gloo?
Glitchy Glitch Gloo to rozszerzenie Chrome opracowane przez ojhnsn, a jego główną funkcją jest „Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Glitchy Glitch Gloo
Pobierz pliki rozszerzeń Glitchy Glitch Gloo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Glitchy Glitch Gloo |
ID | hehejefmdmpijnamjenkjogiamhoahha |
Oficjalny URL | https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha |
Opis | Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829 |
Rozmiar pliku | 541 KB |
Liczba instalacji | 3,617 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2018-12-12 |
Data Publikacji | 2018-12-11 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | ojhnsn |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ojhnsn/final |
Obsługiwane Języki | 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'" } |