Corgify: Corgi Up Your Life

Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.

Qu'est-ce que Corgify: Corgi Up Your Life ?

Corgify: Corgi Up Your Life est une extension Chrome développée par yanarchy, et sa fonction principale est "Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Corgify: Corgi Up Your Life

Téléchargez les fichiers d'extension Corgify: Corgi Up Your Life 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

                        Do you like corgis? Corgify will turn (almost) all of the images on a webpage into pictures of cute and cuddly corgis. Add a corgi to your internet habit!

Known Issues:
- some websites have images as background images, etc. and currently Corgify does not look for that added level of complexity
- you can't really turn off Corgify without deleting it or shutting down your browser
- corgi images will sometimes be resized

When I am less lazy, I will resolve these problems.                    

Informations de Base sur l'Extension

Nom Corgify: Corgi Up Your Life Corgify: Corgi Up Your Life
ID icahoicbphdghmgicfppeglmhheklknc
URL Officiel https://chromewebstore.google.com/detail/corgify-corgi-up-your-lif/icahoicbphdghmgicfppeglmhheklknc
Description Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.
Taille du Fichier 5.49 MB
Nombre d'Installations 105
Version Actuelle 3.0
Dernière Mise à Jour 2017-03-08
Date de Publication 2017-03-07
Évaluation 3.08/5 Total 25 Évaluations
Développeur yanarchy
Type de Paiement free
Site Web de l'Extension https://github.com/yanarchy/corgify
URL de la Page d'Aide https://github.com/yanarchy/corgify
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corgify: Corgi Up Your Life",
    "short_name": "Corgify",
    "description": "Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.",
    "version": "3.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "corgi_puppy2.jpg",
        "longcorgibutt.jpg",
        "long_corgis.jpg",
        "corgi_lobster.jpg",
        "corgishake.gif",
        "corgi_1.jpg",
        "corgi_2.jpg",
        "corgi_3.jpg",
        "corgi_4.jpg",
        "corgi_butt.jpg",
        "corgi_butt2.jpg",
        "corgi_corn.jpg",
        "corgi_puppy.jpg"
    ],
    "icons": {
        "48": "corgi_icon48.png",
        "128": "corgi_icon128.png"
    },
    "browser_action": {
        "default_icon": "corgifyicon.png",
        "default_title": "Corgify!"
    },
    "manifest_version": 2
}