Viewport Glitcher

Take a screenshot of the current tab viewport and glitch it.

Qu'est-ce que Viewport Glitcher ?

Viewport Glitcher est une extension Chrome développée par villagerdev, et sa fonction principale est "Take a screenshot of the current tab viewport and glitch it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Viewport Glitcher

Téléchargez les fichiers d'extension Viewport Glitcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Viewport Glitcher Viewport Glitcher
ID onacloncedplghlhddcofmdccfejhipd
URL Officiel https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd
Description Take a screenshot of the current tab viewport and glitch it.
Taille du Fichier 12.3 KB
Nombre d'Installations 196
Version Actuelle 1.0
Dernière Mise à Jour 2017-03-17
Date de Publication 2017-03-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur villagerdev
Type de Paiement free
Site Web de l'Extension https://github.com/zky829/viewport-glitcher
URL de la Page d'Aide https://github.com/zky829/viewport-glitcher
Langues Prises en Charge 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'"
}