saganIZER
Carl Sagan. EVERYWHERE.
Co to jest saganIZER?
saganIZER to rozszerzenie Chrome opracowane przez Fernando Paladini, a jego główną funkcją jest „Carl Sagan. EVERYWHERE.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia saganIZER
Pobierz pliki rozszerzeń saganIZER w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aahjdlliedigkegdafbjecifjnbhhoda |
Oficjalny URL | https://chrome.google.com/webstore/detail/saganizer/aahjdlliedigkegdafbjecifjnbhhoda |
Opis | Carl Sagan. EVERYWHERE. |
Rozmiar pliku | 79.19 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.4.20 |
Ostatnia Aktualizacja | 2014-10-31 |
Data Publikacji | 2014-10-31 |
Ocena | 4.33/5 Łącznie 6 Oceny |
Deweloper | Fernando Paladini |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/paladini/saganIZER |
Adres URL Strony Pomocy | https://github.com/paladini/saganIZER/issues |
Obsługiwane Języki | 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:\/\/*\/*" ] } |