FavBox
Clear and modern bookmarking tool.
Co to jest FavBox?
FavBox to rozszerzenie Chrome opracowane przez dmitry.magalyas, a jego główną funkcją jest „Clear and modern bookmarking tool.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FavBox
Pobierz pliki rozszerzeń FavBox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
FavBox is a browser extension that enhances and simplifies bookmark management, without depending on external cloud storage or third-party services. 🔄 sync with your browser profile; 🔒 does not send your data to any third-party services; 🏷 supports tags for easy organization; 🔍 offers advanced search, sorting, and filtering by tags, domains, and folders; 🌁 provides multiple display modes; 🌗 light and dark theme. 📖 offers page previews for quick reference; 🟢 lets you know if a bookmark already exists, to avoid creating duplicates; 🗑️ provides a feature to detect broken URLs; ⌨️ provides quick access to search with hotkeys "Ctrl + Shift + K"; ❤️ free and open source;
Podstawowe informacje o rozszerzeniu
Nazwa | FavBox |
ID | eangbddipcghohfjefjmfihcjgjnnemj |
Oficjalny URL | https://chromewebstore.google.com/detail/favbox/eangbddipcghohfjefjmfihcjgjnnemj |
Opis | Clear and modern bookmarking tool. |
Rozmiar pliku | 265 KB |
Liczba instalacji | 269 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2023-04-03 |
Data Publikacji | 2023-02-08 |
Ocena | 4.80/5 Łącznie 10 Oceny |
Deweloper | dmitry.magalyas |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/dd3v/favbox |
Adres URL Strony Pomocy | https://github.com/dd3v/favbox |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FavBox", "description": "Clear and modern bookmarking tool.", "version": "2.0.0", "permissions": [ "bookmarks", "activeTab", "tabs", "storage" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "ext\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content.js-loader-d0a5df21.js" ], "matches": [ " |