Thingamaboard

An incredibly customizable dashboard that replaces your new tab page.

Thingamaboard란 무엇입니까?

Thingamaboard은(는) https://thingamaboard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An incredibly customizable dashboard that replaces your new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Thingamaboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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]                    

확장 프로그램 기본 정보

이름 Thingamaboard Thingamaboard
ID fpknpccpkjnopmlifekaafmealnfijkh
공식 URL https://chromewebstore.google.com/detail/thingamaboard/fpknpccpkjnopmlifekaafmealnfijkh
설명 An incredibly customizable dashboard that replaces your new tab page.
파일 크기 8.79 MB
설치 횟수 38
현재 버전 1.3.0
최근 업데이트 2023-11-01
출시 날짜 2023-08-14
평점 5.00/5 총 8 개의 평점
개발자 https://thingamaboard.com
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://thingamaboard.com/privacy-policy.html
지원되는 언어 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"
        ]
    }
}