Fire Dashboard
New Tab Dashboard and Bookmark Manager
Fire Dashboard란 무엇입니까?
Fire Dashboard은(는) Deep Patel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New Tab Dashboard and Bookmark Manager"입니다.
확장 프로그램 스크린샷
Fire Dashboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Fire Dashboard |
ID | ljpgbnpckoolgelpcbpfcafklbpkodeg |
공식 URL | https://chromewebstore.google.com/detail/fire-dashboard/ljpgbnpckoolgelpcbpfcafklbpkodeg |
설명 | New Tab Dashboard and Bookmark Manager |
파일 크기 | 4.88 MB |
설치 횟수 | 106 |
현재 버전 | 1.3 |
최근 업데이트 | 2022-02-19 |
출시 날짜 | 2022-02-03 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Deep Patel |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } |