New Tab Fortune

Replaces the New Tab page with a random unix fortune.

Vad är New Tab Fortune?

New Tab Fortune är en Chrome-tillägg utvecklad av St. John Johnson, och dess huvudfunktion är "Replaces the New Tab page with a random unix fortune.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner New Tab Fortune-förlängningens CRX-fil

Ladda ner New Tab Fortune-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn New Tab Fortune New Tab Fortune
ID jabfjoojiboeejfkgakhdocjdmhpnnkp
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-fortune/jabfjoojiboeejfkgakhdocjdmhpnnkp
Beskrivning Replaces the New Tab page with a random unix fortune.
Filstorlek 1.3 MB
Antal Installationer 40
Aktuell Version 1.3.0
Senast Uppdaterad 2020-01-17
Publiceringsdatum 2020-01-16
Betyg 3.29/5 Totalt 7 Betyg
Utvecklare St. John Johnson
Betalningssätt free
Tilläggswebbplats https://github.com/stjohnjohnson/chrome-newtabfortune
Hjälpsida URL https://github.com/stjohnjohnson/chrome-newtabfortune/issues
Stödda Språk 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"
    ]
}