Viewport Glitcher

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

什麼是Viewport Glitcher?

Viewport Glitcher是由villagerdev開發的Chrome擴展程式,該擴展的主要功能是“Take a screenshot of the current tab viewport and glitch it.”。

擴展截圖

screenshot

下載Viewport Glitcher擴展crx文件

下載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
官方網址 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'"
}