Pix to pix (Pixel perfect by Ymatuhin)

Pixel perfect by Ymatuhin

Co to jest Pix to pix (Pixel perfect by Ymatuhin)?

Pix to pix (Pixel perfect by Ymatuhin) to rozszerzenie Chrome opracowane przez ymatuhin, a jego główną funkcją jest „Pixel perfect by Ymatuhin”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pix to pix (Pixel perfect by Ymatuhin)

Pobierz pliki rozszerzeń Pix to pix (Pixel perfect by Ymatuhin) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Pixel perfect web development.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pix to pix (Pixel perfect by Ymatuhin) Pix to pix (Pixel perfect by Ymatuhin)
ID binboaimbgchaamickjnhgjdccohndin
Oficjalny URL https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin
Opis Pixel perfect by Ymatuhin
Rozmiar pliku 34.18 KB
Liczba instalacji 4,137
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-04-07
Data Publikacji 2014-04-07
Ocena 3.88/5 Łącznie 26 Oceny
Deweloper ymatuhin
Typ Płatności free
Strona Rozszerzenia http://ymatuhin.github.io/pixToPix
Adres URL Strony Pomocy http://ymatuhin.github.io
Obsługiwane Języki 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
}