saganIZER
Carl Sagan. EVERYWHERE.
Wat is saganIZER?
saganIZER is een Chrome-extensie ontwikkeld door Fernando Paladini, en de belangrijkste functie is "Carl Sagan. EVERYWHERE.".
Extensie Screenshots
Download het CRX-bestand van de extensie saganIZER
Download saganIZER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | |
ID | aahjdlliedigkegdafbjecifjnbhhoda |
Officiële URL | https://chrome.google.com/webstore/detail/saganizer/aahjdlliedigkegdafbjecifjnbhhoda |
Beschrijving | Carl Sagan. EVERYWHERE. |
Bestandsgrootte | 79.19 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.4.20 |
Laatst Bijgewerkt | 2014-10-31 |
Publicatiedatum | 2014-10-31 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Fernando Paladini |
Betalingswijze | free |
Extensiewebsite | https://github.com/paladini/saganIZER |
Help Pagina-URL | https://github.com/paladini/saganIZER/issues |
Ondersteunde Talen | 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:\/\/*\/*" ] } |