Pixl Purrfct
Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Apa itu Pixl Purrfct?
Pixl Purrfct adalah ekstensi Chrome yang dikembangkan oleh Johan Kitti Söderberg, dan fitur utamanya adalah "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pixl Purrfct
Unduh file ekstensi Pixl Purrfct dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Pixl Purrfct |
ID | cgjhkgkaacjcmiiicecijhkpnemeohjk |
URL Resmi | https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk |
Deskripsi | Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling! |
Ukuran File | 13.1 KB |
Jumlah Instalasi | 128 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2017-03-02 |
Tanggal Publikasi | 2017-03-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Johan Kitti Söderberg |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |