Pixel perfect tools

This extension will allow you to work pixel perfect

What is Pixel perfect tools?

Pixel perfect tools is a Chrome extension developed by https://beta.rdsign.net, and its main feature is "This extension will allow you to work pixel perfect".

Extension Screenshots

screenshot

Download Pixel perfect tools Extension CRX File

Download Pixel perfect tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The tool add a bootstrap 3 grid over your page. 
It allows you to work pixel perfect.

(doesn't work over https)                    

Extension Basic Information

Name Pixel perfect tools Pixel perfect tools
ID hccdpjclpakgmpkghkhamjpdcmjojnak
Official URL https://chromewebstore.google.com/detail/pixel-perfect-tools/hccdpjclpakgmpkghkhamjpdcmjojnak
Description This extension will allow you to work pixel perfect
File Size 63.87 KB
Installation Count 1,088
Current Version 1.0
Last Updated 2015-12-11
Publish Date 2015-12-11
Rating 2.50/5 Total 6 Ratings
Developer https://beta.rdsign.net
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}