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”。
扩展截图
下载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) |
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 } |