Thingamaboard

An incredibly customizable dashboard that replaces your new tab page.

Co to jest Thingamaboard?

Thingamaboard to rozszerzenie Chrome opracowane przez https://thingamaboard.com, a jego główną funkcją jest „An incredibly customizable dashboard that replaces your new tab page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Thingamaboard

Pobierz pliki rozszerzeń Thingamaboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Thingamaboard Thingamaboard
ID fpknpccpkjnopmlifekaafmealnfijkh
Oficjalny URL https://chromewebstore.google.com/detail/thingamaboard/fpknpccpkjnopmlifekaafmealnfijkh
Opis An incredibly customizable dashboard that replaces your new tab page.
Rozmiar pliku 8.79 MB
Liczba instalacji 38
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2023-11-01
Data Publikacji 2023-08-14
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper https://thingamaboard.com
E-mail [email protected]
Typ Płatności in_app
Adres URL Strony Polityki Prywatności https://thingamaboard.com/privacy-policy.html
Obsługiwane Języki 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"
        ]
    }
}