Viewport Glitcher

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

Что такое Viewport Glitcher?

Viewport Glitcher - это расширение Chrome, разработанное villagerdev, и его основная функция - "Take a screenshot of the current tab viewport and glitch it.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Viewport Glitcher

Скачайте файлы расширений Viewport Glitcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Viewport Glitcher Viewport Glitcher
ID onacloncedplghlhddcofmdccfejhipd
Официальный URL https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd
Описание Take a screenshot of the current tab viewport and glitch it.
Размер файла 12.3 KB
Количество установок 196
Текущая Версия 1.0
Последнее Обновление 2017-03-17
Дата публикации 2017-03-17
Рейтинг 5.00/5 Всего 2 оценок
Разработчик villagerdev
Тип оплаты free
Официальный сайт расширения https://github.com/zky829/viewport-glitcher
URL страницы помощи https://github.com/zky829/viewport-glitcher
Поддерживаемые языки 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'"
}