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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |