Dad Jokes New Tab

A new dad joke in every new tab.

What is Dad Jokes New Tab?

Dad Jokes New Tab is a Chrome extension developed by Emil Carlsson, and its main feature is "A new dad joke in every new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Dad Jokes New Tab Extension CRX File

Download Dad Jokes 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

                        Replace your new tab with a random hilariously funny dad joke on each refresh, powered by icanhazdadjoke API.                    

Extension Basic Information

Name Dad Jokes New Tab Dad Jokes New Tab
ID nadkgipbdodikbebedanhfpeedgbgail
Official URL https://chromewebstore.google.com/detail/dad-jokes-new-tab/nadkgipbdodikbebedanhfpeedgbgail
Description A new dad joke in every new tab.
File Size 366 KB
Installation Count 769
Current Version 1.0.0
Last Updated 2020-06-05
Publish Date 2020-06-03
Rating 4.40/5 Total 5 Ratings
Developer Emil Carlsson
Email [email protected]
Payment Type free
Extension Website https://icanhazdadjoke.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dad Jokes New Tab",
    "author": "Emil Carlsson",
    "description": "A new dad joke in every new tab.",
    "version": "1.0.0",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true
}