Bookmarks Table

View your Chrome bookmarks by date in a sortable searchable table

Cos'è Bookmarks Table?

Bookmarks Table è un'estensione di Chrome sviluppata da nick.script0, e la sua funzione principale è "View your Chrome bookmarks by date in a sortable searchable table".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bookmarks Table

Scarica i file di estensione Bookmarks Table 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

                        Search your entire Chrome bookmarks collection in a table format. Each column is sortable and searchable.

To open click the icon to the right of your address bar.

This is an Open Source source project, please see the website link for more info.                    

Informazioni di Base sull'Estensione

Nome Bookmarks Table Bookmarks Table
ID eaabmhkokgaboihbikohlooneokghmcp
URL Ufficiale https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp
Descrizione View your Chrome bookmarks by date in a sortable searchable table
Dimensione del File 180 KB
Conteggio Installazioni 1,550
Versione Corrente 0.7
Ultimo Aggiornamento 2021-09-22
Data di Pubblicazione 2015-08-22
Valutazione 4.55/5 Totale 22 Valutazioni
Sviluppatore nick.script0
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nickscript0/chrome-bookmarks-table
URL della Pagina di Aiuto https://github.com/nickscript0/chrome-bookmarks-table/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmarks Table",
    "version": "0.7",
    "description": "View your Chrome bookmarks by date in a sortable searchable table",
    "action": {
        "name": "Load bookmarks",
        "default_icon": {
            "19": "icons\/button19_lightgrey.png",
            "38": "icons\/button38_lightgrey.png"
        }
    },
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "icons": {
        "16": "icons\/button16_lightgrey.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}