Pix to pix (Pixel perfect by Ymatuhin)

Pixel perfect by Ymatuhin

ما هو Pix to pix (Pixel perfect by Ymatuhin)؟

Pix to pix (Pixel perfect by Ymatuhin) هو إضافة Chrome تم تطويرها بواسطة ymatuhin، والميزة الرئيسية لها هي "Pixel perfect by Ymatuhin".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Pix to pix (Pixel perfect by Ymatuhin)

قم بتنزيل ملفات الامتداد Pix to pix (Pixel perfect by Ymatuhin) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Pixel perfect web development.                    

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

الاسم Pix to pix (Pixel perfect by Ymatuhin) Pix to pix (Pixel perfect by Ymatuhin)
ID binboaimbgchaamickjnhgjdccohndin
عنوان URL الرسمي https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin
الوصف Pixel perfect by Ymatuhin
حجم الملف 34.18 KB
عدد التثبيتات 4,137
النسخة الحالية 0.1
آخر تحديث 2014-04-07
تاريخ النشر 2014-04-07
تقييم 3.88/5 مجموع تقييمات 26
المطور ymatuhin
نوع الدفع free
موقع الإضافة http://ymatuhin.github.io/pixToPix
عنوان صفحة المساعدة http://ymatuhin.github.io
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Pix to pix"
    },
    "name": "Pix to pix (Pixel perfect by Ymatuhin)",
    "short_name": "Pix to pix",
    "description": "Pixel perfect by Ymatuhin",
    "homepage_url": "http:\/\/pixtopix.github.io",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}