Searchable Bookmarks Manager

Easily search through your bookmarks, straight from your browser's address bar!

Hvad er Searchable Bookmarks Manager?

Searchable Bookmarks Manager er en Chrome-udvidelse udviklet af Jeremy Dubon, og dens hovedfunktion er "Easily search through your bookmarks, straight from your browser's address bar!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Searchable Bookmarks Manager-udvidelses-CRX-fil

Download Searchable Bookmarks Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Easily manage your bookmarks right from Chrome's address bar!

Features: 
- Easy to use tree view! 
- Fast bookmarks search and filter feature!
- Color code your folders! 
- Open your bookmarks in a single tab group! 
- Open all bookmarks inside a folder with just one click!
- Dark mode and many other customization features! 

Your bookmarks will remain completely private. This extension does not collect any usage data. This collection does not store any usage data. This extension does not communicate with any third parties. This extension does not communicate with any external source.                    

Grundlæggende oplysninger om udvidelsen

Navn Searchable Bookmarks Manager Searchable Bookmarks Manager
ID gkmpffgkcfcacjgaaafchfnnjghddmff
Officiel URL https://chromewebstore.google.com/detail/searchable-bookmarks-mana/gkmpffgkcfcacjgaaafchfnnjghddmff
Beskrivelse Easily search through your bookmarks, straight from your browser's address bar!
Filstørrelse 1.04 MB
Antal Installationer 401
Nuværende Version 4.1.1
Senest Opdateret 2023-01-22
Udgivelsesdato 2016-07-11
Bedømmelse 4.21/5 Samlet 14 Bedømmelser
Udvikler Jeremy Dubon
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/JJDubon/Searchable-Bookmarks-Manager-React
Hjælpeside-URL https://github.com/JJDubon/Searchable-Bookmarks-Manager-React/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Searchable Bookmarks Manager",
    "description": "Easily search through your bookmarks, straight from your browser's address bar!",
    "version": "4.1.1",
    "short_name": "SBM",
    "commands": {
        "_execute_browser_action": {
            "description": "Searchable Bookmarks Manager"
        }
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/icon-16-blue.png",
        "32": "\/images\/icon-32-blue.png",
        "48": "\/images\/icon-48-blue.png",
        "128": "\/images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "storage",
        "favicon",
        "tabGroups",
        "alarms"
    ]
}