New Tab Fortune
Replaces the New Tab page with a random unix fortune.
Cos'è New Tab Fortune?
New Tab Fortune è un'estensione di Chrome sviluppata da St. John Johnson, e la sua funzione principale è "Replaces the New Tab page with a random unix fortune.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Fortune
Scarica i file di estensione New Tab Fortune in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | jabfjoojiboeejfkgakhdocjdmhpnnkp | 
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-fortune/jabfjoojiboeejfkgakhdocjdmhpnnkp | 
| Descrizione | Replaces the New Tab page with a random unix fortune. | 
| Dimensione del File | 1.3 MB | 
| Conteggio Installazioni | 40 | 
| Versione Corrente | 1.3.0 | 
| Ultimo Aggiornamento | 2020-01-17 | 
| Data di Pubblicazione | 2020-01-16 | 
| Valutazione | 3.29/5 Totale 7 Valutazioni | 
| Sviluppatore | St. John Johnson | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/stjohnjohnson/chrome-newtabfortune | 
| URL della Pagina di Aiuto | https://github.com/stjohnjohnson/chrome-newtabfortune/issues | 
| Lingue Supportate | 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"
    ]
}  |  |