New Tab Fortune

Replaces the New Tab page with a random unix fortune.

Qu'est-ce que New Tab Fortune ?

New Tab Fortune est une extension Chrome développée par St. John Johnson, et sa fonction principale est "Replaces the New Tab page with a random unix fortune.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab Fortune

Téléchargez les fichiers d'extension New Tab Fortune au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom New Tab Fortune New Tab Fortune
ID jabfjoojiboeejfkgakhdocjdmhpnnkp
URL Officiel https://chromewebstore.google.com/detail/new-tab-fortune/jabfjoojiboeejfkgakhdocjdmhpnnkp
Description Replaces the New Tab page with a random unix fortune.
Taille du Fichier 1.3 MB
Nombre d'Installations 40
Version Actuelle 1.3.0
Dernière Mise à Jour 2020-01-17
Date de Publication 2020-01-16
Évaluation 3.29/5 Total 7 Évaluations
Développeur St. John Johnson
Type de Paiement free
Site Web de l'Extension https://github.com/stjohnjohnson/chrome-newtabfortune
URL de la Page d'Aide https://github.com/stjohnjohnson/chrome-newtabfortune/issues
Langues Prises en Charge 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"
    ]
}