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是由ojhnsn开发的Chrome扩展程序,该扩展的主要功能是“Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829”。
扩展截图
下载Glitchy Glitch Gloo扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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'"
} | |