New Tab Fortune

Replaces the New Tab page with a random unix fortune.

New Tab Fortune là gì?

New Tab Fortune là một tiện ích mở rộng Chrome được phát triển bởi St. John Johnson, và tính năng chính của nó là "Replaces the New Tab page with a random unix fortune.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Tab Fortune

Tải xuống các tệp mở rộng New Tab Fortune dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên New Tab Fortune New Tab Fortune
ID jabfjoojiboeejfkgakhdocjdmhpnnkp
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-fortune/jabfjoojiboeejfkgakhdocjdmhpnnkp
Mô tả Replaces the New Tab page with a random unix fortune.
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2020-01-17
Ngày Phát Hành 2020-01-16
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển St. John Johnson
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/stjohnjohnson/chrome-newtabfortune
URL Trang Trợ Giúp https://github.com/stjohnjohnson/chrome-newtabfortune/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}