Glitchy Glitch Gloo
Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
Glitchy Glitch Glooคืออะไร?
Glitchy Glitch Gloo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ojhnsn และคุณลักษณะหลักของมันคือ "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glitchy Glitch Gloo
ดาวน์โหลดไฟล์ส่วนขยาย Glitchy Glitch Gloo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hi and welcome to my super cute and fun browser extension for making glitches! I used zky829's Viewport Glitcher as a base and added code of my own to align to my project. My browser extension uses the libraries glitch-canvas and p5. By clicking the browser icon the extension takes a screenshot of your tab and glitches both image and text elements.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Glitchy Glitch Gloo |
ID | hehejefmdmpijnamjenkjogiamhoahha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha |
คำอธิบาย | Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829 |
ขนาดไฟล์ | 541 KB |
จำนวนการติดตั้ง | 3,617 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-12-12 |
วันที่เผยแพร่ | 2018-12-11 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | ojhnsn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ojhnsn/final |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Glitchy Glitch Gloo", "description": "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829", "version": "2.0", "author": "zky829, ojhnsn", "background": { "persistent": false, "scripts": [ "page-glitch.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Page Glitcher" }, "permissions": [ "activeTab" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |