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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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'" } |