Pix to pix (Pixel perfect by Ymatuhin)

Pixel perfect by Ymatuhin

Apa itu Pix to pix (Pixel perfect by Ymatuhin)?

Pix to pix (Pixel perfect by Ymatuhin) adalah ekstensi Chrome yang dikembangkan oleh ymatuhin, dan fitur utamanya adalah "Pixel perfect by Ymatuhin".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pix to pix (Pixel perfect by Ymatuhin)

Unduh file ekstensi Pix to pix (Pixel perfect by Ymatuhin) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Pixel perfect web development.                    

Informasi Dasar Ekstensi

Nama Pix to pix (Pixel perfect by Ymatuhin) Pix to pix (Pixel perfect by Ymatuhin)
ID binboaimbgchaamickjnhgjdccohndin
URL Resmi https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin
Deskripsi Pixel perfect by Ymatuhin
Ukuran File 34.18 KB
Jumlah Instalasi 4,137
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-04-07
Tanggal Publikasi 2014-04-07
Penilaian 3.88/5 Total 26 Penilaian
Pengembang ymatuhin
Tipe Pembayaran free
Situs Ekstensi http://ymatuhin.github.io/pixToPix
URL Halaman Bantuan http://ymatuhin.github.io
Bahasa yang Didukung 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
}