Searchable Bookmarks Manager

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

Qu'est-ce que Searchable Bookmarks Manager ?

Searchable Bookmarks Manager est une extension Chrome développée par Jeremy Dubon, et sa fonction principale est "Easily search through your bookmarks, straight from your browser's address bar!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Searchable Bookmarks Manager

Téléchargez les fichiers d'extension Searchable Bookmarks Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Searchable Bookmarks Manager Searchable Bookmarks Manager
ID gkmpffgkcfcacjgaaafchfnnjghddmff
URL Officiel https://chromewebstore.google.com/detail/searchable-bookmarks-mana/gkmpffgkcfcacjgaaafchfnnjghddmff
Description Easily search through your bookmarks, straight from your browser's address bar!
Taille du Fichier 1.04 MB
Nombre d'Installations 401
Version Actuelle 4.1.1
Dernière Mise à Jour 2023-01-22
Date de Publication 2016-07-11
Évaluation 4.21/5 Total 14 Évaluations
Développeur Jeremy Dubon
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/JJDubon/Searchable-Bookmarks-Manager-React
URL de la Page d'Aide https://github.com/JJDubon/Searchable-Bookmarks-Manager-React/issues
Langues Prises en Charge 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"
    ]
}