Viewport Glitcher
Take a screenshot of the current tab viewport and glitch it.
Wat is Viewport Glitcher?
Viewport Glitcher is een Chrome-extensie ontwikkeld door villagerdev, en de belangrijkste functie is "Take a screenshot of the current tab viewport and glitch it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Viewport Glitcher
Download Viewport Glitcher-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
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.
Basisinformatie over de Extensie
Naam | Viewport Glitcher |
ID | onacloncedplghlhddcofmdccfejhipd |
Officiële URL | https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd |
Beschrijving | Take a screenshot of the current tab viewport and glitch it. |
Bestandsgrootte | 12.3 KB |
Aantal Installaties | 196 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-03-17 |
Publicatiedatum | 2017-03-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | villagerdev |
Betalingswijze | free |
Extensiewebsite | https://github.com/zky829/viewport-glitcher |
Help Pagina-URL | https://github.com/zky829/viewport-glitcher |
Ondersteunde Talen | 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'" } |