Glitchy Glitch Gloo

Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829

Glitchy Glitch Gloo là gì?

Glitchy Glitch Gloo là một tiện ích mở rộng Chrome được phát triển bởi ojhnsn, và tính năng chính của nó là "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Glitchy Glitch Gloo

Tải xuống các tệp mở rộng Glitchy Glitch Gloo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Glitchy Glitch Gloo Glitchy Glitch Gloo
ID hehejefmdmpijnamjenkjogiamhoahha
URL Chính Thức https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha
Mô tả Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
Kích Thước Tệp 541 KB
Số Lần Cài Đặt 3,617
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-12-12
Ngày Phát Hành 2018-12-11
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển ojhnsn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ojhnsn/final
Ngôn Ngữ Được Hỗ Trợ 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'"
}