Thingamaboard

An incredibly customizable dashboard that replaces your new tab page.

Vad är Thingamaboard?

Thingamaboard är en Chrome-tillägg utvecklad av https://thingamaboard.com, och dess huvudfunktion är "An incredibly customizable dashboard that replaces your new tab page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Thingamaboard-förlängningens CRX-fil

Ladda ner Thingamaboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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]                    

Grundläggande Information om Tillägg

Namn Thingamaboard Thingamaboard
ID fpknpccpkjnopmlifekaafmealnfijkh
Officiell webbadress https://chromewebstore.google.com/detail/thingamaboard/fpknpccpkjnopmlifekaafmealnfijkh
Beskrivning An incredibly customizable dashboard that replaces your new tab page.
Filstorlek 8.79 MB
Antal Installationer 38
Aktuell Version 1.3.0
Senast Uppdaterad 2023-11-01
Publiceringsdatum 2023-08-14
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare https://thingamaboard.com
E-post [email protected]
Betalningssätt in_app
URL till Sekretesspolicy Sidan https://thingamaboard.com/privacy-policy.html
Stödda Språk 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"
        ]
    }
}