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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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"
    ]
}