Booksmart

Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.

Was ist Booksmart?

Booksmart ist eine Chrome-Erweiterung, die von Ana-Maria Iancu entwickelt wurde, und ihr Hauptmerkmal ist "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.".

Erweiterungsscreenshots

screenshot
screenshot

Booksmart-Erweiterungs-CRX-Datei herunterladen

Laden Sie Booksmart-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

                        With Booksmart you can now bookmark pages with only 2 clicks. Just add a folder, and click on the plus button next to it. Done! Your link is saved and organised in a folder. Easy to use and nice to look at.
You can add as many folders as you want and as many bookmarks in each folder. 
Booksmart is all about making it easier to save links and access them later quickly.

Version 0.3.0 updates:
- design changes

Version 0.2.0 updates:
- bug fixes
- confirmation message when you delete a folder                    

Grundlegende Informationen zur Erweiterung

Name Booksmart Booksmart
ID nlffaabjkkfkehhdmcljfpcipffhhkbj
Offizielle URL https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj
Beschreibung Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
Dateigröße 315 KB
Installationsanzahl 88
Aktuelle Version 0.3.0
Letztes Update 2020-12-15
Veröffentlichungsdatum 2020-11-30
Bewertung 4.78/5 Insgesamt 9 Bewertungen
Entwickler Ana-Maria Iancu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Booksmart",
    "version": "0.3.0",
    "description": "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.",
    "short_name": "B",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Booksmart",
        "default_icon": "favicon.ico"
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}