Potato It!

Internet + Potatoes = Pure Awesome

Qu'est-ce que Potato It! ?

Potato It! est une extension Chrome développée par Evan Shimoniak, et sa fonction principale est "Internet + Potatoes = Pure Awesome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Potato It!

Téléchargez les fichiers d'extension Potato It! 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

                        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.                    

Informations de Base sur l'Extension

Nom Potato It! Potato It!
ID lbkdijklknadgammeolepeachokdbnll
URL Officiel https://chrome.google.com/webstore/detail/potato-it/lbkdijklknadgammeolepeachokdbnll
Description Internet + Potatoes = Pure Awesome
Taille du Fichier 131 KB
Nombre d'Installations 165
Version Actuelle 2.0.2
Dernière Mise à Jour 2015-01-26
Date de Publication 2015-01-26
Évaluation 3.08/5 Total 13 Évaluations
Développeur Evan Shimoniak
Type de Paiement free
Langues Prises en Charge 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"
    ]
}