Viewport Glitcher
Take a screenshot of the current tab viewport and glitch it.
Co je Viewport Glitcher?
Viewport Glitcher je rozšíření Chrome vyvinuté villagerdev, a jeho hlavní funkcí je „Take a screenshot of the current tab viewport and glitch it.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Viewport Glitcher
Stáhněte si soubory rozšíření Viewport Glitcher 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í
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.
Základní Informace o Rozšíření
Název | Viewport Glitcher |
ID | onacloncedplghlhddcofmdccfejhipd |
Oficiální URL | https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd |
Popis | Take a screenshot of the current tab viewport and glitch it. |
Velikost souboru | 12.3 KB |
Počet instalací | 196 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-03-17 |
Datum Vydání | 2017-03-17 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | villagerdev |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/zky829/viewport-glitcher |
URL Stránky Nápovědy | https://github.com/zky829/viewport-glitcher |
Podporované Jazyky | 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'" } |