Pixl Purrfct

Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!

ما هو Pixl Purrfct؟

Pixl Purrfct هو إضافة Chrome تم تطويرها بواسطة Johan Kitti Söderberg، والميزة الرئيسية لها هي "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".

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

screenshot

تحميل ملف CRX للإضافة Pixl Purrfct

قم بتنزيل ملفات الامتداد Pixl Purrfct بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Pixl Purrfct Pixl Purrfct
ID cgjhkgkaacjcmiiicecijhkpnemeohjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk
الوصف Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
حجم الملف 13.1 KB
عدد التثبيتات 128
النسخة الحالية 0.2
آخر تحديث 2017-03-02
تاريخ النشر 2017-03-02
تقييم 5.00/5 مجموع تقييمات 1
المطور Johan Kitti Söderberg
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixl Purrfct",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}