Random Fact - New Tab
Get a random fact about todays date every time you open a new tab in Google Chrome.
Wat is Random Fact - New Tab?
Random Fact - New Tab is een Chrome-extensie ontwikkeld door https://beardedguys.net, en de belangrijkste functie is "Get a random fact about todays date every time you open a new tab in Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Fact - New Tab
Download Random Fact - New Tab-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
Random Fact replaces the standard new tab page and provides you with a random fact about todays date every time you open a new tab in Google Chrome. Features: * Random fact based on the current date. * Display the date. * Welcome greeting based on the time of day. Random facts are provided by numbersapi.com. Please note: This extension requires a internet connection in order to obtain random facts for you. Updates: Version 1.2 * Due to numbersapi.com experiencing down time over the past few days, you'll now see a message when a random fact can't be retrieved. * Extension size reduced by over 50%. Version 1.1.1 * Greeting bug fix.
Basisinformatie over de Extensie
Naam | Random Fact - New Tab |
ID | khnfanaldcpphoacnmeocpkoaniekkbg |
Officiële URL | https://chromewebstore.google.com/detail/random-fact-new-tab/khnfanaldcpphoacnmeocpkoaniekkbg |
Beschrijving | Get a random fact about todays date every time you open a new tab in Google Chrome. |
Bestandsgrootte | 94.2 KB |
Aantal Installaties | 124 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-04-29 |
Publicatiedatum | 2015-04-29 |
Beoordeling | 2.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://beardedguys.net |
Betalingswijze | free |
Help Pagina-URL | http://beardedguys.net |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Fact - New Tab", "short_name": "Random Fact - New Tab", "description": "Get a random fact about todays date every time you open a new tab in Google Chrome.", "version": "1.2", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |