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 |
官方網址 | 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:\/\/*\/*" ] } |