FunFacts

Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar

What is FunFacts?

FunFacts is a Chrome extension developed by mkearl, and its main feature is "Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar".

Extension Screenshots

screenshot
screenshot

Download FunFacts Extension CRX File

Download FunFacts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get fun random facts about a wide variety of things including science, technology, history, culture, language, food, and way more! Every new tab you open will have a fun random fact with an accompanying image. ‘Learning something new every day’ is old school. Learn something new every time you open a new tab!
On each new tab, you will also get a Google search bar that will send your search straight to Google.
To get this extension, click on the button "Add to Chrome" on the upper right corner of this window. Chrome will automatically add and activate the FunFacts extension. You may receive a notification asking for some permissions. We will not collect any information about you, these permissions just allow your browser to use the extension correctly. After you approve the permission, the extension will be activated immediately, and you will see fun random facts on your new tabs from now on!                    

Extension Basic Information

Name FunFacts FunFacts
ID mblmhpinekmkfpnhjaaelgkhloeglnkk
Official URL https://chromewebstore.google.com/detail/funfacts/mblmhpinekmkfpnhjaaelgkhloeglnkk
Description Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar
File Size 943 KB
Installation Count 291
Current Version 0.0.5
Last Updated 2020-12-10
Publish Date 2020-11-24
Rating 5.00/5 Total 4 Ratings
Developer mkearl
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FunFacts",
    "version": "0.0.5",
    "description": "Fun random facts about history, technology, science, culture, and more, with pictures! Features: Fun Fact, Image, Google Search Bar",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "funFacts16-01.png",
        "48": "funFacts48-01.png",
        "128": "funFacts128-03.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}