Pixl Purrfct
Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Pixl Purrfctคืออะไร?
Pixl Purrfct เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Johan Kitti Söderberg และคุณลักษณะหลักของมันคือ "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixl Purrfct
ดาวน์โหลดไฟล์ส่วนขยาย Pixl Purrfct ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pixl Purrfct |
ID | cgjhkgkaacjcmiiicecijhkpnemeohjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk |
คำอธิบาย | Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling! |
ขนาดไฟล์ | 13.1 KB |
จำนวนการติดตั้ง | 128 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2017-03-02 |
วันที่เผยแพร่ | 2017-03-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Johan Kitti Söderberg |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixl Purrfct", "version": "0.2", "manifest_version": 2, "description": "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!", "browser_action": { "default_icon": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |