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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Glitchy Glitch Gloo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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'"
}