New Tab Fortune
Replaces the New Tab page with a random unix fortune.
Wat is New Tab Fortune?
New Tab Fortune is een Chrome-extensie ontwikkeld door St. John Johnson, en de belangrijkste functie is "Replaces the New Tab page with a random unix fortune.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab Fortune
Download New Tab Fortune-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jabfjoojiboeejfkgakhdocjdmhpnnkp |
| Officiële URL | https://chromewebstore.google.com/detail/new-tab-fortune/jabfjoojiboeejfkgakhdocjdmhpnnkp |
| Beschrijving | Replaces the New Tab page with a random unix fortune. |
| Bestandsgrootte | 1.3 MB |
| Aantal Installaties | 40 |
| Huidige Versie | 1.3.0 |
| Laatst Bijgewerkt | 2020-01-17 |
| Publicatiedatum | 2020-01-16 |
| Beoordeling | 3.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | St. John Johnson |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/stjohnjohnson/chrome-newtabfortune |
| Help Pagina-URL | https://github.com/stjohnjohnson/chrome-newtabfortune/issues |
| Ondersteunde Talen | 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"
]
} | |