saganIZER

Carl Sagan. EVERYWHERE.

Qu'est-ce que saganIZER ?

saganIZER est une extension Chrome développée par Fernando Paladini, et sa fonction principale est "Carl Sagan. EVERYWHERE.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension saganIZER

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

                        SaganIZER is an extension for Google Chrome and Mozilla Firefox created for the Carl Sagan Day 2014.

What this extension does:
Replaces all images with random Carl Sagan images.
Replaces the word "God" by "Sagan".

What this extension doesn't does:
A coffee.
A vortex.
Pseudoscience.
A Spacetime Odyssey.

Okay, I will try to be seriously. saganIZER is an extension that replaces all images from all websites with random Carl Sagan images. This extension also replaces the word "God" (case-insensitive) by "Sagan" (in short is the same thing).                    

Informations de Base sur l'Extension

Nom saganIZER saganIZER
ID aahjdlliedigkegdafbjecifjnbhhoda
URL Officiel https://chrome.google.com/webstore/detail/saganizer/aahjdlliedigkegdafbjecifjnbhhoda
Description Carl Sagan. EVERYWHERE.
Taille du Fichier 79.19 KB
Nombre d'Installations 19
Version Actuelle 0.4.20
Dernière Mise à Jour 2014-10-31
Date de Publication 2014-10-31
Évaluation 4.33/5 Total 6 Évaluations
Développeur Fernando Paladini
Type de Paiement free
Site Web de l'Extension https://github.com/paladini/saganIZER
URL de la Page d'Aide https://github.com/paladini/saganIZER/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "saganIZER",
    "description": "Carl Sagan. EVERYWHERE.",
    "version": "0.4.20",
    "author": "Fernando Paladini",
    "homepage_url": "https:\/\/github.com\/paladini\/saganIZER",
    "short_name": "saganIZER",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "sagan.jquery.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.jpg",
        "32": "icon32.jpg",
        "48": "icon48.jpg",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}