Thingamaboard

An incredibly customizable dashboard that replaces your new tab page.

What is Thingamaboard?

Thingamaboard is a Chrome extension developed by https://thingamaboard.com, and its main feature is "An incredibly customizable dashboard that replaces your new tab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Thingamaboard Extension CRX File

Download Thingamaboard 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

                        ---------------------------------------------------------

Welcome to your Thingamaboard!

Thingamaboard is an incredibly customizable dashboard that replaces your new tab page. With an extensive collection of 35+ widgets, including todo lists, weather, news, pictures, GIFs, quotes, tab groups, and even embeddable websites, you have the freedom to curate and arrange content that perfectly suits your needs. Emphasizing customization and regular updates to stay current, Thingamaboard ensures your browsing journey is dynamic, productive, secure, and seamless. Bid farewell to the mundane new tab page and welcome to your Thingamaboard.

😌 A place for all your thingamabobs

35+ hand crafted widgets to choose from (and more coming soon).

- Digital Clock
- Weather
- Sticky Note
- Todo List
- Calendar
- Quote of the Day
- Word of the Day
- Top Sites
- Recent Sites
- Clipboard
- Recent Downloads
- Tab Group
- Picture
- GIF
- Markdown
- Timer
- Audio Player
- Embeddable Site
- Daylight
- Ambience
- Flip Clock
- And many more!

🎨 A canvas waiting to be filled

Thingamaboard is a dynamic grid. Re-size and re-arrange as many widgets as you see fit.

🌄 Amazing backgrounds or make it your own

Daily curated backgrounds showcasing beautiful landscapes and abstract art. Or if you're feeling bold, you can set a custom one.

🧑‍🎨 New theme, new you

Dark mode, light mode, match background, select colors, you name it.

🔤 Pick a font that suits your style

Several fonts to choose from (and more coming soon).

👀 Extra! Extra!

A plethora of extra features such as widget customization, widget stacking, different search engines, 24 hour clocks, and more.

⭐️ Go Premium

The premium tier includes access to all 35+ widgets, all themes, all fonts, and custom backgrounds. And of course, it includes all future updates (awesome).

✔ 35+ widgets
✔ All themes
✔ All fonts
✔ Custom backgrounds
✔ Tab groups
✔ Widget customization
✔ Stackable widgets
✔ Priority customer support
✔ Help development
✔ Future updates

---------------------------------------------------------

🔒 Privacy

At Thingamaboard, safeguarding your privacy is our utmost priority. The data we collect and handle is solely utilized to enhance the core functionality of Thingamaboard and to bolster the quality and security of our services. Rest assured, your information has never been and will never be shared or sold to any third parties.

For more information on privacy visit www.thingamaboard.com/privacy-policy.html

🔥 Future Updates

Our commitment to continuous improvement means that we are constantly refining and updating Thingamaboard based on user feedback and emerging technologies. This ensures that you benefit from a cutting-edge and fluid dashboard experience.

🤨 Help & Contact

Have questions or comments? Email us at [email protected]                    

Extension Basic Information

Name Thingamaboard Thingamaboard
ID fpknpccpkjnopmlifekaafmealnfijkh
Official URL https://chromewebstore.google.com/detail/thingamaboard/fpknpccpkjnopmlifekaafmealnfijkh
Description An incredibly customizable dashboard that replaces your new tab page.
File Size 8.79 MB
Installation Count 38
Current Version 1.3.0
Last Updated 2023-11-01
Publish Date 2023-08-14
Rating 5.00/5 Total 8 Ratings
Developer https://thingamaboard.com
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://thingamaboard.com/privacy-policy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thingamaboard",
    "description": "An incredibly customizable dashboard that replaces your new tab page.",
    "version": "1.3.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Thingamaboard"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "geolocation",
        "tabGroups",
        "topSites",
        "system.memory",
        "system.cpu",
        "notifications",
        "identity",
        "history",
        "favicon",
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "oauth2": {
        "client_id": "117289206540-c0dld1c42efb0jjnij591nj554hgq6b2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}