Design Overlay

This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.

Design Overlayคืออะไร?

Design Overlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nickdeakin83 และคุณลักษณะหลักของมันคือ "This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Design Overlay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Developing a website by eyeballing the page and design?
Tired of screenshotting your page and overlaying it in photoshop to check its pixel perfect?
Pffft!
Just add the png of the site to this extension, and switch it on! The design will be overlayed on your page with half opacity. Now you can be pixel perfect, and your designers wont have to slap you any longer!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Design Overlay Design Overlay
ID mdkocgkfcdilceogdfekcacmpjpopdma
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/design-overlay/mdkocgkfcdilceogdfekcacmpjpopdma
คำอธิบาย This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.
ขนาดไฟล์ 17.41 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2021-02-04
วันที่เผยแพร่ 2021-01-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา nickdeakin83
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Design Overlay",
    "description": "This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.",
    "version": "0.0.0.3",
    "icons": {
        "16": "\/images\/image_16.png",
        "32": "\/images\/image_32.png",
        "48": "\/images\/image_64.png",
        "128": "\/images\/image_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Right click and select an image in options!"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}