saganIZER

Carl Sagan. EVERYWHERE.

Cos'è saganIZER?

saganIZER è un'estensione di Chrome sviluppata da Fernando Paladini, e la sua funzione principale è "Carl Sagan. EVERYWHERE.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione saganIZER

Scarica i file di estensione saganIZER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome saganIZER saganIZER
ID aahjdlliedigkegdafbjecifjnbhhoda
URL Ufficiale https://chrome.google.com/webstore/detail/saganizer/aahjdlliedigkegdafbjecifjnbhhoda
Descrizione Carl Sagan. EVERYWHERE.
Dimensione del File 79.19 KB
Conteggio Installazioni 19
Versione Corrente 0.4.20
Ultimo Aggiornamento 2014-10-31
Data di Pubblicazione 2014-10-31
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore Fernando Paladini
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/paladini/saganIZER
URL della Pagina di Aiuto https://github.com/paladini/saganIZER/issues
Lingue Supportate 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:\/\/*\/*"
    ]
}