Viewport Glitcher

Take a screenshot of the current tab viewport and glitch it.

ما هو Viewport Glitcher؟

Viewport Glitcher هو إضافة Chrome تم تطويرها بواسطة villagerdev، والميزة الرئيسية لها هي "Take a screenshot of the current tab viewport and glitch it.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Viewport Glitcher

قم بتنزيل ملفات الامتداد Viewport Glitcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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'"
}