Random Fact - New Tab
Get a random fact about todays date every time you open a new tab in Google Chrome.
Vad är Random Fact - New Tab?
Random Fact - New Tab är en Chrome-tillägg utvecklad av https://beardedguys.net, och dess huvudfunktion är "Get a random fact about todays date every time you open a new tab in Google Chrome.".
Tilläggsskärmbilder
Ladda ner Random Fact - New Tab-förlängningens CRX-fil
Ladda ner Random Fact - New Tab-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | khnfanaldcpphoacnmeocpkoaniekkbg |
Officiell webbadress | https://chromewebstore.google.com/detail/random-fact-new-tab/khnfanaldcpphoacnmeocpkoaniekkbg |
Beskrivning | Get a random fact about todays date every time you open a new tab in Google Chrome. |
Filstorlek | 94.2 KB |
Antal Installationer | 124 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-04-29 |
Publiceringsdatum | 2015-04-29 |
Betyg | 2.71/5 Totalt 7 Betyg |
Utvecklare | https://beardedguys.net |
Betalningssätt | free |
Hjälpsida URL | http://beardedguys.net |
Stödda Språk | 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" } } |