Pixl Purrfct

Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!

Τι είναι το Pixl Purrfct;

Το Pixl Purrfct είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Johan Kitti Söderberg, και η κύρια λειτουργία του είναι "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Pixl Purrfct

Λήψη αρχείων επέκτασης Pixl Purrfct σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Pixl Purrfct Pixl Purrfct
ID cgjhkgkaacjcmiiicecijhkpnemeohjk
Επίσημο URL https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk
Περιγραφή Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Μέγεθος Αρχείου 13.1 KB
Αριθμός Εγκαταστάσεων 128
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2017-03-02
Ημερομηνία Δημοσίευσης 2017-03-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Johan Kitti Söderberg
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}