PixelGuide

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

Co to jest PixelGuide?

PixelGuide to rozszerzenie Chrome opracowane przez nakajmg, a jego główną funkcją jest „PixelGuide enables Photoshop-like rulers and guides interface on a web page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PixelGuide

Pobierz pliki rozszerzeń PixelGuide w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

更新:

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

Podstawowe informacje o rozszerzeniu

Nazwa PixelGuide PixelGuide
ID icgkmjbgjfhaofgfgolkeghoincaibhj
Oficjalny URL https://chromewebstore.google.com/detail/pixelguide/icgkmjbgjfhaofgfgolkeghoincaibhj
Opis PixelGuide enables Photoshop-like rulers and guides interface on a web page.
Rozmiar pliku 312 KB
Liczba instalacji 437
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-03-05
Data Publikacji 2014-03-05
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper nakajmg
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://nakajmg.github.io/
Obsługiwane Języki 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"
    }
}