Pixl Purrfct
Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Vad är Pixl Purrfct?
Pixl Purrfct är en Chrome-tillägg utvecklad av Johan Kitti Söderberg, och dess huvudfunktion är "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".
Tilläggsskärmbilder
Ladda ner Pixl Purrfct-förlängningens CRX-fil
Ladda ner Pixl Purrfct-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Pixl Purrfct |
ID | cgjhkgkaacjcmiiicecijhkpnemeohjk |
Officiell webbadress | https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk |
Beskrivning | Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling! |
Filstorlek | 13.1 KB |
Antal Installationer | 128 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2017-03-02 |
Publiceringsdatum | 2017-03-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Johan Kitti Söderberg |
Betalningssätt | free |
Stödda Språk | 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" } } |