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
公式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'"
}