New Tab Fortune
Replaces the New Tab page with a random unix fortune.
什么是New Tab Fortune?
New Tab Fortune是由St. John Johnson开发的Chrome扩展程序,该扩展的主要功能是“Replaces the New Tab page with a random unix fortune.”。
扩展截图
下载New Tab Fortune扩展crx文件
下载New Tab Fortune扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Remember the good old Unix Fortune command? This extension shows you a random fortune message each time you open a new tab. Version 1.3: Added dark mode option. Version 1.2: Added ability to enter your own custom fortune files. Data is now stored across synced browsers. Version 1.1: Adds fortunes from Calvin & Hobbes, Chuck Norris, Simpsons Chalkboard, Disc World, Family Guy, Forest Gump, Firefly, Futurama, Hitchhiker's Guide to the Galaxy, Homer Simpson, Star Wars, and X-Files Version 1.0: Contains fortunes from fortune-mod_1.99.1 via Debian Want to see more fortunes? Contact me with more fortune files. Code licensed under MIT, some fortune files under GPL
扩展基本信息
名称 | New Tab Fortune |
ID | jabfjoojiboeejfkgakhdocjdmhpnnkp |
官方URL | https://chromewebstore.google.com/detail/new-tab-fortune/jabfjoojiboeejfkgakhdocjdmhpnnkp |
简介 | Replaces the New Tab page with a random unix fortune. |
文件大小 | 1.3 MB |
安装次数 | 40 |
当前版本 | 1.3.0 |
更新时间 | 2020-01-17 |
上架时间 | 2020-01-16 |
评分 | 3.29/5 共7次评分 |
开发者 | St. John Johnson |
付费类型 | free |
扩展官网 | https://github.com/stjohnjohnson/chrome-newtabfortune |
帮助页面URL | https://github.com/stjohnjohnson/chrome-newtabfortune/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Fortune", "description": "Replaces the New Tab page with a random unix fortune.", "version": "1.3.0", "chrome_url_overrides": { "newtab": "fortune.html" }, "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "storage" ] } |