saganIZER

Carl Sagan. EVERYWHERE.

saganIZER란 무엇입니까?

saganIZER은(는) Fernando Paladini에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Carl Sagan. EVERYWHERE."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

saganIZER 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 saganIZER saganIZER
ID aahjdlliedigkegdafbjecifjnbhhoda
공식 URL https://chrome.google.com/webstore/detail/saganizer/aahjdlliedigkegdafbjecifjnbhhoda
설명 Carl Sagan. EVERYWHERE.
파일 크기 79.19 KB
설치 횟수 19
현재 버전 0.4.20
최근 업데이트 2014-10-31
출시 날짜 2014-10-31
평점 4.33/5 총 6 개의 평점
개발자 Fernando Paladini
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/paladini/saganIZER
도움말 페이지 URL https://github.com/paladini/saganIZER/issues
지원되는 언어 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:\/\/*\/*"
    ]
}