PixelSharp

Sets the image scaling of the page to Nearest Neighbor for sharp pixels

PixelSharpคืออะไร?

PixelSharp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lee White และคุณลักษณะหลักของมันคือ "Sets the image scaling of the page to Nearest Neighbor for sharp pixels"

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

screenshot

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

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

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

                        PixelSharp changes the scaling of images on the current page to be pixel-perfect when activated.

Scaled up pixel art in the browser often ends up very blurry due to the default "linear" scaling method. This scaling works well for general browsing, as most images on the web are high resolution, but is detrimental to pixel art and low resolution images. Activating PixelSharp changes the page scaling to "nearest neighbour", the intended scaling method for pixel art.


How to use:
The extension was designed to be pinned so that you can simply click the icon to activate it. You can also activate PixelSharp by first pressing the "Extensions" button next to the URL bar and then clicking on PixelSharp in the list of installed extensions.

You will need to enable "Allow access to file URLs" for the extension to work on images loaded from your computer.


Technical details:
The extension only activates when clicked. Clicking the extension icon will trigger a single update to the current page which modifies the display styles to use nearest neighbour scaling. After the page has been updated the extension stops. Reloading the page will clear the page modification, essentially reverting the images on the page back to the original browser scaling behaviour.


Image attribution:
The "before and after" image was created from real screen captures of the same image at 500% browser zoom scale, before and after using the PixelSharp extension. The pixel art used to demonstrate this ("Ninja Adventure - Asset Pack" by pixel-boy and AAA) was licensed under the Creative Commons Zero (CC0) license ("public domain").                    

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

ชื่อ PixelSharp PixelSharp
ID kdoddkjhpcokbhchhlkbbjnfmlpcacmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pixelsharp/kdoddkjhpcokbhchhlkbbjnfmlpcacmi
คำอธิบาย Sets the image scaling of the page to Nearest Neighbor for sharp pixels
ขนาดไฟล์ 3.72 KB
จำนวนการติดตั้ง 400
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2022-11-03
วันที่เผยแพร่ 2015-12-10
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Lee White
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Lee White",
    "name": "PixelSharp",
    "short_name": "Pix#",
    "description": "Sets the image scaling of the page to Nearest Neighbor for sharp pixels",
    "version": "1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "PixelSharp"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "PixelSharp.js"
        ]
    },
    "manifest_version": 2
}