Pixl Purrfct
Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Was ist Pixl Purrfct?
Pixl Purrfct ist eine Chrome-Erweiterung, die von Johan Kitti Söderberg entwickelt wurde, und ihr Hauptmerkmal ist "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".
Erweiterungsscreenshots
Pixl Purrfct-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pixl Purrfct-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cgjhkgkaacjcmiiicecijhkpnemeohjk |
| Offizielle URL | https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk |
| Beschreibung | Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling! |
| Dateigröße | 13.1 KB |
| Installationsanzahl | 128 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2017-03-02 |
| Veröffentlichungsdatum | 2017-03-02 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Johan Kitti Söderberg |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |