Potato It!

Internet + Potatoes = Pure Awesome

Τι είναι το Potato It!;

Το Potato It! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Evan Shimoniak, και η κύρια λειτουργία του είναι "Internet + Potatoes = Pure Awesome".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Potato It!

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

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

                        This extension most images to potatoes. You can adjust it to alter only some images, some background images, or alter all background images. As of the current version, it does not yet change iframes, flash elements, HTML5 canvases, and most ads.

Image from HowBigIsMyPotato.com. Used with permission.

The source and changelog for the program can be found at https://github.com/FracturedRetina/PotatoIt.

If you have any suggestions for features leave a review or open an issue on GitHub.                    

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

Όνομα Potato It! Potato It!
ID lbkdijklknadgammeolepeachokdbnll
Επίσημο URL https://chrome.google.com/webstore/detail/potato-it/lbkdijklknadgammeolepeachokdbnll
Περιγραφή Internet + Potatoes = Pure Awesome
Μέγεθος Αρχείου 131 KB
Αριθμός Εγκαταστάσεων 165
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2015-01-26
Ημερομηνία Δημοσίευσης 2015-01-26
Αξιολόγηση 3.08/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Evan Shimoniak
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato It!",
    "description": "Internet + Potatoes = Pure Awesome",
    "version": "2.0.2",
    "icons": {
        "19": "res\/icon-pxl-light.png",
        "128": "res\/icon128.png"
    },
    "browser_action": {
        "default_name": "Potato It!",
        "default_icon": "res\/icon-pxl-light.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "res\/potato.png",
        "jquery.min.js",
        "options.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}