Viewport Glitcher
Take a screenshot of the current tab viewport and glitch it.
Viewport Glitcher क्या है?
Viewport Glitcher villagerdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take a screenshot of the current tab viewport and glitch it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Viewport Glitcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension takes a screenshot of what you currently see in your browser, glitches it, then opens it in a new tab. Beautiful, unexpected, and unique glitch art in seconds! Here are a few ideas for using it: - Glitching is as simple as one click - no need to install any programs. - Create a unique image for use as avatars, profile pictures, etc. - Turn any image into digital glitch art. - Bored, or need some inspiration? Glitch any web page, as many times as you like! - Use the glitched image as inspiration for colour palettes.
एक्सटेंशन की मूल जानकारी
नाम | Viewport Glitcher |
ID | onacloncedplghlhddcofmdccfejhipd |
आधिकारिक URL | https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd |
विवरण | Take a screenshot of the current tab viewport and glitch it. |
फ़ाइल का आकार | 12.3 KB |
स्थापना संख्या | 196 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-03-17 |
प्रकाशन तिथि | 2017-03-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | villagerdev |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/zky829/viewport-glitcher |
सहायता पृष्ठ URL | https://github.com/zky829/viewport-glitcher |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viewport Glitcher", "description": "Take a screenshot of the current tab viewport and glitch it.", "version": "1.0", "author": "zky829", "background": { "persistent": false, "scripts": [ "page-glitch.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Viewport Glitcher" }, "permissions": [ "activeTab" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |