Pix to pix (Pixel perfect by Ymatuhin)

Pixel perfect by Ymatuhin

Pix to pix (Pixel perfect by Ymatuhin) là gì?

Pix to pix (Pixel perfect by Ymatuhin) là một tiện ích mở rộng Chrome được phát triển bởi ymatuhin, và tính năng chính của nó là "Pixel perfect by Ymatuhin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pix to pix (Pixel perfect by Ymatuhin)

Tải xuống các tệp mở rộng Pix to pix (Pixel perfect by Ymatuhin) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Pixel perfect web development.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pix to pix (Pixel perfect by Ymatuhin) Pix to pix (Pixel perfect by Ymatuhin)
ID binboaimbgchaamickjnhgjdccohndin
URL Chính Thức https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin
Mô tả Pixel perfect by Ymatuhin
Kích Thước Tệp 34.18 KB
Số Lần Cài Đặt 4,137
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-04-07
Ngày Phát Hành 2014-04-07
Đánh Giá 3.88/5 Tổng số 26 Đánh Giá
Nhà Phát Triển ymatuhin
Loại Thanh Toán free
Trang Web Mở Rộng http://ymatuhin.github.io/pixToPix
URL Trang Trợ Giúp http://ymatuhin.github.io
Ngôn Ngữ Được Hỗ Trợ 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
}