Pix to pix (Pixel perfect by Ymatuhin)

Pixel perfect by Ymatuhin

¿Qué es Pix to pix (Pixel perfect by Ymatuhin)?

Pix to pix (Pixel perfect by Ymatuhin) es una extensión de Chrome desarrollada por ymatuhin, y su función principal es "Pixel perfect by Ymatuhin".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Pix to pix (Pixel perfect by Ymatuhin)

Descarga archivos de extensión Pix to pix (Pixel perfect by Ymatuhin) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Pixel perfect web development.                    

Información Básica de la Extensión

Nombre Pix to pix (Pixel perfect by Ymatuhin) Pix to pix (Pixel perfect by Ymatuhin)
ID binboaimbgchaamickjnhgjdccohndin
URL Oficial https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin
Descripción Pixel perfect by Ymatuhin
Tamaño del Archivo 34.18 KB
Cantidad de Instalaciones 4,137
Versión Actual 0.1
Última Actualización 2014-04-07
Fecha de Publicación 2014-04-07
Calificación 3.88/5 Total de 26 Calificaciones
Desarrollador ymatuhin
Tipo de Pago free
Sitio Web de la Extensión http://ymatuhin.github.io/pixToPix
URL de la Página de Ayuda http://ymatuhin.github.io
Idiomas Soportados 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
}