Fire Dashboard

New Tab Dashboard and Bookmark Manager

Was ist Fire Dashboard?

Fire Dashboard ist eine Chrome-Erweiterung, die von Deep Patel entwickelt wurde, und ihr Hauptmerkmal ist "New Tab Dashboard and Bookmark Manager".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Fire Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fire Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Fire dashboard is your all-in-one productivity tool with multiple workspace support.

Replace the new tab page with a personal dashboard featuring a home page with beautiful background and greetings and bookmark management.

Fire Dashboard have a bookmark management app that is better than bookmarks. Organize your browser tabs and access them quickly anywhere.

Fire Dashboard's Bookmark management app is better than bookmarks. It levels up your browser. It is a visual workspace that lives on every new tab. Add new tabs by dragging and dropping your browser tabs into collections or save a whole session in just one click. 

 🌟  🌟  🌟  Key Features  🌟  🌟  🌟

🔥 Organised your personal and work-related stuff with multi workspace support
🔥 New tab background each day from unsplash
🔥 Clock in home page with greetings
🔥 Theme support
🔥 Bookmark management that better than browser bookmarks
🔥 Save your sessions in collections to save your tabs
🔥 Sync your data with Firebase App.

Note: For the best experience, after installing Fire Dashboard click the ‘Keep it’ button on the ‘Change back to Google’ notification. This will show Fire Dashboard on each new tab as intended. 

Genuinely enjoy the fire dashboard experience? Support the developer by giving a great review!                    

Grundlegende Informationen zur Erweiterung

Name Fire Dashboard Fire Dashboard
ID ljpgbnpckoolgelpcbpfcafklbpkodeg
Offizielle URL https://chromewebstore.google.com/detail/fire-dashboard/ljpgbnpckoolgelpcbpfcafklbpkodeg
Beschreibung New Tab Dashboard and Bookmark Manager
Dateigröße 4.88 MB
Installationsanzahl 106
Aktuelle Version 1.3
Letztes Update 2022-02-19
Veröffentlichungsdatum 2022-02-03
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Deep Patel
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fire Dashboard",
    "version": "1.3",
    "description": "New Tab Dashboard and Bookmark Manager",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "alarms"
    ]
}