Pixel perfect tools
This extension will allow you to work pixel perfect
什么是Pixel perfect tools?
Pixel perfect tools是由https://beta.rdsign.net开发的Chrome扩展程序,该扩展的主要功能是“This extension will allow you to work pixel perfect”。
扩展截图
下载Pixel perfect tools扩展crx文件
下载Pixel perfect tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The tool add a bootstrap 3 grid over your page.
It allows you to work pixel perfect.
(doesn't work over https) 扩展基本信息
| 名称 | |
| ID | hccdpjclpakgmpkghkhamjpdcmjojnak |
| 官方URL | https://chromewebstore.google.com/detail/pixel-perfect-tools/hccdpjclpakgmpkghkhamjpdcmjojnak |
| 简介 | This extension will allow you to work pixel perfect |
| 文件大小 | 63.87 KB |
| 安装次数 | 1,088 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-12-11 |
| 上架时间 | 2015-12-11 |
| 评分 | 2.50/5 共6次评分 |
| 开发者 | https://beta.rdsign.net |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pixel perfect tools",
"description": "This extension will allow you to work pixel perfect",
"version": "1.0",
"browser_action": {
"default_icon": "Pencil-icon-small.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"css": [
"mystyles.css"
],
"js": [
"popup.js"
]
}
]
} | |