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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |