saganIZER

Carl Sagan. EVERYWHERE.

saganIZER là gì?

saganIZER là một tiện ích mở rộng Chrome được phát triển bởi Fernando Paladini, và tính năng chính của nó là "Carl Sagan. EVERYWHERE.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng saganIZER

Tải xuống các tệp mở rộng saganIZER dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên saganIZER saganIZER
ID aahjdlliedigkegdafbjecifjnbhhoda
URL Chính Thức https://chrome.google.com/webstore/detail/saganizer/aahjdlliedigkegdafbjecifjnbhhoda
Mô tả Carl Sagan. EVERYWHERE.
Kích Thước Tệp 79.19 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.4.20
Cập Nhật Lần Cuối 2014-10-31
Ngày Phát Hành 2014-10-31
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Fernando Paladini
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/paladini/saganIZER
URL Trang Trợ Giúp https://github.com/paladini/saganIZER/issues
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}