saganIZER

Carl Sagan. EVERYWHERE.

saganIZERとは何ですか?

saganIZERはFernando Paladiniによって開発されたChromeの拡張機能で、その主な機能は「Carl Sagan. EVERYWHERE.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

saganIZER拡張機能のCRXファイルをダウンロード

saganIZER拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:\/\/*\/*"
    ]
}