Fallout Terminal Reddit
Style reddit.com to look like a fallout terminal
什麼是Fallout Terminal Reddit?
Fallout Terminal Reddit是由JEF Diaz開發的Chrome擴展程式,該擴展的主要功能是“Style reddit.com to look like a fallout terminal”。
擴展截圖
下載Fallout Terminal Reddit擴展crx文件
下載Fallout Terminal Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Fallout Terminal Reddit |
ID | nichhkgmpcconibmglcaebofnljlkjhm |
官方網址 | https://chromewebstore.google.com/detail/fallout-terminal-reddit/nichhkgmpcconibmglcaebofnljlkjhm |
簡介 | Style reddit.com to look like a fallout terminal |
檔案大小 | 150 KB |
安裝次數 | 182 |
目前版本 | 0.5.1 |
更新時間 | 2015-11-10 |
上架時間 | 2015-11-09 |
評分 | 3.31/5 共 16 次評分 |
開發者 | JEF Diaz |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fallout Terminal Reddit", "description": "Style reddit.com to look like a fallout terminal", "version": "0.5.1", "permissions": [ "http:\/\/*.reddit.com\/", "https:\/\/*.reddit.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/", "https:\/\/*.reddit.com\/", "http:\/\/*.reddit.com\/?*", "https:\/\/*.reddit.com\/?*" ], "js": [ "fallout.js" ], "css": [ "fallout.css" ], "run_at": "document_end" } ] } |