Viewport Glitcher

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

Co to jest Viewport Glitcher?

Viewport Glitcher to rozszerzenie Chrome opracowane przez villagerdev, a jego główną funkcją jest „Take a screenshot of the current tab viewport and glitch it.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Viewport Glitcher

Pobierz pliki rozszerzeń Viewport Glitcher 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Viewport Glitcher Viewport Glitcher
ID onacloncedplghlhddcofmdccfejhipd
Oficjalny URL https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd
Opis Take a screenshot of the current tab viewport and glitch it.
Rozmiar pliku 12.3 KB
Liczba instalacji 196
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-03-17
Data Publikacji 2017-03-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper villagerdev
Typ Płatności free
Strona Rozszerzenia https://github.com/zky829/viewport-glitcher
Adres URL Strony Pomocy https://github.com/zky829/viewport-glitcher
Obsługiwane Języki 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'"
}