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
screenshot
screenshot

Скачать файл CRX расширения Pix to pix (Pixel perfect by Ymatuhin)

Скачайте файлы расширений Pix to pix (Pixel perfect by Ymatuhin) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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
}