Thingamaboard

An incredibly customizable dashboard that replaces your new tab page.

O que é Thingamaboard?

Thingamaboard é uma extensão do Chrome desenvolvida por https://thingamaboard.com, e sua principal característica é "An incredibly customizable dashboard that replaces your new tab page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Thingamaboard

Baixe arquivos de extensão Thingamaboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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]                    

Informações Básicas da Extensão

Nome Thingamaboard Thingamaboard
ID fpknpccpkjnopmlifekaafmealnfijkh
URL Oficial https://chromewebstore.google.com/detail/thingamaboard/fpknpccpkjnopmlifekaafmealnfijkh
Descrição An incredibly customizable dashboard that replaces your new tab page.
Tamanho do Arquivo 8.79 MB
Contagem de Instalações 38
Versão Atual 1.3.0
Última Atualização 2023-11-01
Data de Publicação 2023-08-14
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://thingamaboard.com
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://thingamaboard.com/privacy-policy.html
Idiomas Suportados 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"
        ]
    }
}