PixelGuide

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

Wat is PixelGuide?

PixelGuide is een Chrome-extensie ontwikkeld door nakajmg, en de belangrijkste functie is "PixelGuide enables Photoshop-like rulers and guides interface on a web page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PixelGuide

Download PixelGuide-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

更新:

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

Basisinformatie over de Extensie

Naam PixelGuide PixelGuide
ID icgkmjbgjfhaofgfgolkeghoincaibhj
Officiële URL https://chromewebstore.google.com/detail/pixelguide/icgkmjbgjfhaofgfgolkeghoincaibhj
Beschrijving PixelGuide enables Photoshop-like rulers and guides interface on a web page.
Bestandsgrootte 312 KB
Aantal Installaties 437
Huidige Versie 1.2
Laatst Bijgewerkt 2014-03-05
Publicatiedatum 2014-03-05
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar nakajmg
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://nakajmg.github.io/
Ondersteunde Talen 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"
    }
}