PixelGuide

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

PixelGuideとは何ですか?

PixelGuideはnakajmgによって開発されたChromeの拡張機能で、その主な機能は「PixelGuide enables Photoshop-like rulers and guides interface on a web page.」です。

拡張機能のスクリーンショット

screenshot

PixelGuide拡張機能のCRXファイルをダウンロード

PixelGuide拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

更新:

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

拡張機能の基本情報

名前 PixelGuide PixelGuide
ID icgkmjbgjfhaofgfgolkeghoincaibhj
公式URL https://chromewebstore.google.com/detail/pixelguide/icgkmjbgjfhaofgfgolkeghoincaibhj
説明 PixelGuide enables Photoshop-like rulers and guides interface on a web page.
ファイルサイズ 312 KB
インストール数 437
現在のバージョン 1.2
最終更新日 2014-03-05
公開日 2014-03-05
評価 3.67/5 合計 3 レビュー
開発者 nakajmg
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://nakajmg.github.io/
対応言語 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"
    }
}