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.”。
扩展截图
下载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 |
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'" } |