New Tab Fortune

Replaces the New Tab page with a random unix fortune.

New Tab Fortuneคืออะไร?

New Tab Fortune เป็นส่วนขยายของ Chrome ที่พัฒนาโดย St. John Johnson และคุณลักษณะหลักของมันคือ "Replaces the New Tab page with a random unix fortune."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Fortune

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}