Bookmark Dashboard
Manage your Bookmark
Was ist Bookmark Dashboard?
Bookmark Dashboard ist eine Chrome-Erweiterung, die von panoptdev entwickelt wurde, und ihr Hauptmerkmal ist "Manage your Bookmark".
Erweiterungsscreenshots
Bookmark Dashboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark 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
Bookmark Dashboard를 통하여 좀 더 손쉽게 북마크를 관리할 수 있습니다. * 북마크 파일과 폴더를 손쉽게 생성 삭제할 수 있습니다. * Drag & Drop 을 통해 북마크 파일 및 폴더의 위치를 설정할 수 있습니다. --- You can manage your bookmarks more easily through Bookmark Dashboard. * You can easily create and delete bookmark files and folders. * You can set the location of bookmark files and folders through Drag & Drop. * You can set Dark Mode by clicking the Chrome extension icon. * Chrome 확장프로그램 아이콘을 클릭하여 Dark Mode를 설정할 수 있습니다.
Grundlegende Informationen zur Erweiterung
Name | Bookmark Dashboard |
ID | lgnfaobnlgfoejdfmhdkfbciebmpjcia |
Offizielle URL | https://chromewebstore.google.com/detail/bookmark-dashboard/lgnfaobnlgfoejdfmhdkfbciebmpjcia |
Beschreibung | Manage your Bookmark |
Dateigröße | 2 MB |
Installationsanzahl | 50 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2024-02-17 |
Veröffentlichungsdatum | 2022-03-30 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | panoptdev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Dashboard", "description": "Manage your Bookmark", "version": "2.1.0", "manifest_version": 3, "permissions": [ "bookmarks" ], "action": { "default_title": "Bookmark Dashboard", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/bookmark_dashboard_icon_16.png", "48": "images\/bookmark_dashboard_icon_48.png", "128": "images\/bookmark_dashboard_icon_128.png" } } |