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 |
官方網址 | 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" ] } |