PixelGuide

PixelGuide enables Photoshop-like rulers and guides interface on a web page.

What is PixelGuide?

PixelGuide is a Chrome extension developed by nakajmg, and its main feature is "PixelGuide enables Photoshop-like rulers and guides interface on a web page.".

Extension Screenshots

screenshot

Download PixelGuide Extension CRX File

Download PixelGuide 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

                        PhotoShopっぽいガイドが引けます。

更新:

拡張のCSSが全てのページのスタイルに影響を与えていたのを修正。
元のページのCSSから拡張に影響を受けないように変更。                    

Extension Basic Information

Name PixelGuide PixelGuide
ID icgkmjbgjfhaofgfgolkeghoincaibhj
Official URL https://chromewebstore.google.com/detail/pixelguide/icgkmjbgjfhaofgfgolkeghoincaibhj
Description PixelGuide enables Photoshop-like rulers and guides interface on a web page.
File Size 312 KB
Installation Count 437
Current Version 1.2
Last Updated 2014-03-05
Publish Date 2014-03-05
Rating 3.67/5 Total 3 Ratings
Developer nakajmg
Email [email protected]
Payment Type free
Extension Website http://nakajmg.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PixelGuide",
    "description": "PixelGuide enables Photoshop-like rulers and guides interface on a web page.",
    "version": "1.2",
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-1.11.0.min.js",
                "js\/lib\/jquery.ba-throttle-debounce.min.js",
                "js\/lib\/Event.js",
                "js\/lib\/Dragdrop.js",
                "js\/lib\/RulersGuides.js",
                "js\/content.js"
            ],
            "css": [
                "css\/pixelguide.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon.png",
        "default_title": "PixelGuide"
    }
}