Pixl Purrfct
Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Wat is Pixl Purrfct?
Pixl Purrfct is een Chrome-extensie ontwikkeld door Johan Kitti Söderberg, en de belangrijkste functie is "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".
Extensie Screenshots
Download het CRX-bestand van de extensie Pixl Purrfct
Download Pixl Purrfct-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Pixl Purrfct |
ID | cgjhkgkaacjcmiiicecijhkpnemeohjk |
Officiële URL | https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk |
Beschrijving | Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling! |
Bestandsgrootte | 13.1 KB |
Aantal Installaties | 128 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2017-03-02 |
Publicatiedatum | 2017-03-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Johan Kitti Söderberg |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |