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)是由ymatuhin開發的Chrome擴展程式,該擴展的主要功能是“Pixel perfect by Ymatuhin”。

擴展截圖

screenshot
screenshot

下載Pix to pix (Pixel perfect by Ymatuhin)擴展crx文件

下載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
官方網址 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
}