Viewport Glitcher

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

Apa itu Viewport Glitcher?

Viewport Glitcher adalah ekstensi Chrome yang dikembangkan oleh villagerdev, dan fitur utamanya adalah "Take a screenshot of the current tab viewport and glitch it.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Viewport Glitcher

Unduh file ekstensi Viewport Glitcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Viewport Glitcher Viewport Glitcher
ID onacloncedplghlhddcofmdccfejhipd
URL Resmi https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd
Deskripsi Take a screenshot of the current tab viewport and glitch it.
Ukuran File 12.3 KB
Jumlah Instalasi 196
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-03-17
Tanggal Publikasi 2017-03-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang villagerdev
Tipe Pembayaran free
Situs Ekstensi https://github.com/zky829/viewport-glitcher
URL Halaman Bantuan https://github.com/zky829/viewport-glitcher
Bahasa yang Didukung 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'"
}