Viewport Glitcher
Take a screenshot of the current tab viewport and glitch it.
Viewport Glitcher là gì?
Viewport Glitcher là một tiện ích mở rộng Chrome được phát triển bởi villagerdev, và tính năng chính của nó là "Take a screenshot of the current tab viewport and glitch it.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Viewport Glitcher
Tải xuống các tệp mở rộng Viewport Glitcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Viewport Glitcher |
ID | onacloncedplghlhddcofmdccfejhipd |
URL Chính Thức | https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd |
Mô tả | Take a screenshot of the current tab viewport and glitch it. |
Kích Thước Tệp | 12.3 KB |
Số Lần Cài Đặt | 196 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-03-17 |
Ngày Phát Hành | 2017-03-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | villagerdev |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zky829/viewport-glitcher |
URL Trang Trợ Giúp | https://github.com/zky829/viewport-glitcher |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |