Pixl Purrfct
Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Cos'è Pixl Purrfct?
Pixl Purrfct è un'estensione di Chrome sviluppata da Johan Kitti Söderberg, e la sua funzione principale è "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pixl Purrfct
Scarica i file di estensione Pixl Purrfct in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | cgjhkgkaacjcmiiicecijhkpnemeohjk |
| URL Ufficiale | https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk |
| Descrizione | Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling! |
| Dimensione del File | 13.1 KB |
| Conteggio Installazioni | 128 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2017-03-02 |
| Data di Pubblicazione | 2017-03-02 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Johan Kitti Söderberg |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |