PixelGuide

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

PixelGuideคืออะไร?

PixelGuide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nakajmg และคุณลักษณะหลักของมันคือ "PixelGuide enables Photoshop-like rulers and guides interface on a web page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PixelGuide

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}