Cherry Bookmarks

Organize your bookmarks with categories and tags

Was ist Cherry Bookmarks?

Cherry Bookmarks ist eine Chrome-Erweiterung, die von David Reeß entwickelt wurde, und ihr Hauptmerkmal ist "Organize your bookmarks with categories and tags".

Erweiterungsscreenshots

screenshot
screenshot

Cherry Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cherry Bookmarks-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

                        ✔ Order your bookmarks in categories for better visibility (for example, add a category for all links you still want to read!)

✔ Add custom colored tags to your bookmarks for better organization and searchability

✔ Search your bookmarks with a powerful real-time search

--

Cherry Icon by Artbees (http://artbees.deviantart.com/)                    

Grundlegende Informationen zur Erweiterung

Name Cherry Bookmarks Cherry Bookmarks
ID onmnaegclpkfdmikoclheajeonnlmoin
Offizielle URL https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin
Beschreibung Organize your bookmarks with categories and tags
Dateigröße 351 KB
Installationsanzahl 115
Aktuelle Version 1.0
Letztes Update 2013-10-13
Veröffentlichungsdatum 2013-10-13
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler David Reeß
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cherry Bookmarks",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Organize your bookmarks with categories and tags",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "author": "David Ree\u00df",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png"
        },
        "default_title": "Cherry Bookmarks"
    },
    "content_scripts": [],
    "background": {
        "scripts": [
            "scripts\/background\/browser_action.js",
            "scripts\/background\/install_notice.js"
        ]
    },
    "permissions": [
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "web_accessible_resources": []
}