Factr: Fun facts in your new tab

With Factr, get interesting new facts on your Chrome new tab page.

What is Factr: Fun facts in your new tab?

Factr: Fun facts in your new tab is a Chrome extension developed by Shaan Shivanandan, and its main feature is "With Factr, get interesting new facts on your Chrome new tab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Factr: Fun facts in your new tab Extension CRX File

Download Factr: Fun facts in your new tab 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

                        Factr is a simple new-tab extension for Google Chrome. With Factr, every time you open a new tab, you will see a fun and interesting fact 😍                    

Extension Basic Information

Name Factr: Fun facts in your new tab Factr: Fun facts in your new tab
ID bjeajdaodccabjpmihclhblpjghpkopg
Official URL https://chromewebstore.google.com/detail/factr-fun-facts-in-your-n/bjeajdaodccabjpmihclhblpjghpkopg
Description With Factr, get interesting new facts on your Chrome new tab page.
File Size 59.28 KB
Installation Count 32
Current Version 0.1.0
Last Updated 2019-07-02
Publish Date 2019-07-02
Developer Shaan Shivanandan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Factr: Fun facts in your new tab",
    "short_name": "Factr",
    "description": "With Factr, get interesting new facts on your Chrome new tab page.",
    "version": "0.1.0",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}