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文件

下載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 Glitchy Glitch Gloo
ID hehejefmdmpijnamjenkjogiamhoahha
官方網址 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'"
}