saganIZER
Carl Sagan. EVERYWHERE.
What is saganIZER?
saganIZER is a Chrome extension developed by Fernando Paladini, and its main feature is "Carl Sagan. EVERYWHERE.".
Extension Screenshots
Download saganIZER Extension CRX File
Download saganIZER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | |
ID | aahjdlliedigkegdafbjecifjnbhhoda |
Official URL | https://chrome.google.com/webstore/detail/saganizer/aahjdlliedigkegdafbjecifjnbhhoda |
Description | Carl Sagan. EVERYWHERE. |
File Size | 79.19 KB |
Installation Count | 19 |
Current Version | 0.4.20 |
Last Updated | 2014-10-31 |
Publish Date | 2014-10-31 |
Rating | 4.33/5 Total 6 Ratings |
Developer | Fernando Paladini |
Payment Type | free |
Extension Website | https://github.com/paladini/saganIZER |
Help Page URL | https://github.com/paladini/saganIZER/issues |
Supported Languages | 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:\/\/*\/*" ] } |