Viewport Glitcher
Take a screenshot of the current tab viewport and glitch it.
Cos'è Viewport Glitcher?
Viewport Glitcher è un'estensione di Chrome sviluppata da villagerdev, e la sua funzione principale è "Take a screenshot of the current tab viewport and glitch it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Viewport Glitcher
Scarica i file di estensione Viewport Glitcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | onacloncedplghlhddcofmdccfejhipd |
| URL Ufficiale | https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd |
| Descrizione | Take a screenshot of the current tab viewport and glitch it. |
| Dimensione del File | 12.3 KB |
| Conteggio Installazioni | 196 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-03-17 |
| Data di Pubblicazione | 2017-03-17 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | villagerdev |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/zky829/viewport-glitcher |
| URL della Pagina di Aiuto | https://github.com/zky829/viewport-glitcher |
| Lingue Supportate | 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'"
} | |