saganIZER
Carl Sagan. EVERYWHERE.
什么是saganIZER?
saganIZER是由Fernando Paladini开发的Chrome扩展程序,该扩展的主要功能是“Carl Sagan. EVERYWHERE.”。
扩展截图
下载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).
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |