PixelGuide

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

Apa itu PixelGuide?

PixelGuide adalah ekstensi Chrome yang dikembangkan oleh nakajmg, dan fitur utamanya adalah "PixelGuide enables Photoshop-like rulers and guides interface on a web page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PixelGuide

Unduh file ekstensi PixelGuide dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

更新:

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

Informasi Dasar Ekstensi

Nama PixelGuide PixelGuide
ID icgkmjbgjfhaofgfgolkeghoincaibhj
URL Resmi https://chromewebstore.google.com/detail/pixelguide/icgkmjbgjfhaofgfgolkeghoincaibhj
Deskripsi PixelGuide enables Photoshop-like rulers and guides interface on a web page.
Ukuran File 312 KB
Jumlah Instalasi 437
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-03-05
Tanggal Publikasi 2014-03-05
Penilaian 3.67/5 Total 3 Penilaian
Pengembang nakajmg
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://nakajmg.github.io/
Bahasa yang Didukung 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"
    }
}