Booksmart

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

Cos'è Booksmart?

Booksmart è un'estensione di Chrome sviluppata da Ana-Maria Iancu, e la sua funzione principale è "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Booksmart

Scarica i file di estensione Booksmart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Booksmart Booksmart
ID nlffaabjkkfkehhdmcljfpcipffhhkbj
URL Ufficiale https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj
Descrizione Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
Dimensione del File 315 KB
Conteggio Installazioni 88
Versione Corrente 0.3.0
Ultimo Aggiornamento 2020-12-15
Data di Pubblicazione 2020-11-30
Valutazione 4.78/5 Totale 9 Valutazioni
Sviluppatore Ana-Maria Iancu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}