Cobalt Bookmark Manager

Quickly manage and SEARCH Chrome bookmarks!

Qu'est-ce que Cobalt Bookmark Manager ?

Cobalt Bookmark Manager est une extension Chrome développée par Scout Manager, et sa fonction principale est "Quickly manage and SEARCH Chrome bookmarks!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cobalt Bookmark Manager

Téléchargez les fichiers d'extension Cobalt Bookmark 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

                        Ever find it frustrating to find a Chrome bookmark in all those folders? Cobalt Bookmark Manager is a productivity tool to allow searching for bookmarks based on title and URL. Search results are cleanly displayed in a list for browsing. Selecting a bookmark opens it into a new tab. Users can easily edit a bookmark's details and move it between folders. 

Cobalt works with Chrome bookmarks, so you still get the power of Google Chrome syncing bookmarks across all your browsers and devices. No signup. No gimmicks. No ads. Free to use.                    

Informations de Base sur l'Extension

Nom Cobalt Bookmark Manager Cobalt Bookmark Manager
ID odffggniegnmngnhijjiafbmiibfbhhk
URL Officiel https://chromewebstore.google.com/detail/cobalt-bookmark-manager/odffggniegnmngnhijjiafbmiibfbhhk
Description Quickly manage and SEARCH Chrome bookmarks!
Taille du Fichier 142 KB
Nombre d'Installations 38
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-01-10
Date de Publication 2021-01-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Scout Manager
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quickly manage and SEARCH Chrome bookmarks!",
    "version": "1.0.0",
    "name": "Cobalt Bookmark Manager",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "bookmarks",
        "activeTab"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}