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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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