Viewport Glitcher

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

O que é Viewport Glitcher?

Viewport Glitcher é uma extensão do Chrome desenvolvida por villagerdev, e sua principal característica é "Take a screenshot of the current tab viewport and glitch it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Viewport Glitcher

Baixe arquivos de extensão Viewport Glitcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Viewport Glitcher Viewport Glitcher
ID onacloncedplghlhddcofmdccfejhipd
URL Oficial https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd
Descrição Take a screenshot of the current tab viewport and glitch it.
Tamanho do Arquivo 12.3 KB
Contagem de Instalações 196
Versão Atual 1.0
Última Atualização 2017-03-17
Data de Publicação 2017-03-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor villagerdev
Tipo de Pagamento free
Site da Extensão https://github.com/zky829/viewport-glitcher
URL da Página de Ajuda https://github.com/zky829/viewport-glitcher
Idiomas Suportados 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'"
}