Viewport Glitcher
Take a screenshot of the current tab viewport and glitch it.
Viewport Glitcherคืออะไร?
Viewport Glitcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย villagerdev และคุณลักษณะหลักของมันคือ "Take a screenshot of the current tab viewport and glitch it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Viewport Glitcher
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |