Cherry Bookmarks

Organize your bookmarks with categories and tags

Hvad er Cherry Bookmarks?

Cherry Bookmarks er en Chrome-udvidelse udviklet af David Reeß, og dens hovedfunktion er "Organize your bookmarks with categories and tags".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Cherry Bookmarks-udvidelses-CRX-fil

Download Cherry Bookmarks-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

                        ✔ 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/)                    

Grundlæggende oplysninger om udvidelsen

Navn Cherry Bookmarks Cherry Bookmarks
ID onmnaegclpkfdmikoclheajeonnlmoin
Officiel URL https://chromewebstore.google.com/detail/cherry-bookmarks/onmnaegclpkfdmikoclheajeonnlmoin
Beskrivelse Organize your bookmarks with categories and tags
Filstørrelse 351 KB
Antal Installationer 115
Nuværende Version 1.0
Senest Opdateret 2013-10-13
Udgivelsesdato 2013-10-13
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler David Reeß
Betalingsmetode free
Understøttede Sprog 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": []
}