Pixl Purrfct
Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Qu'est-ce que Pixl Purrfct ?
Pixl Purrfct est une extension Chrome développée par Johan Kitti Söderberg, et sa fonction principale est "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pixl Purrfct
Téléchargez les fichiers d'extension Pixl Purrfct au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Pixl Purrfct |
ID | cgjhkgkaacjcmiiicecijhkpnemeohjk |
URL Officiel | https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk |
Description | Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling! |
Taille du Fichier | 13.1 KB |
Nombre d'Installations | 128 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2017-03-02 |
Date de Publication | 2017-03-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Johan Kitti Söderberg |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |