Bookmarks Table

View your Chrome bookmarks by date in a sortable searchable table

Qu'est-ce que Bookmarks Table ?

Bookmarks Table est une extension Chrome développée par nick.script0, et sa fonction principale est "View your Chrome bookmarks by date in a sortable searchable table".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmarks Table

Téléchargez les fichiers d'extension Bookmarks Table au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bookmarks Table Bookmarks Table
ID eaabmhkokgaboihbikohlooneokghmcp
URL Officiel https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp
Description View your Chrome bookmarks by date in a sortable searchable table
Taille du Fichier 180 KB
Nombre d'Installations 1,550
Version Actuelle 0.7
Dernière Mise à Jour 2021-09-22
Date de Publication 2015-08-22
Évaluation 4.55/5 Total 22 Évaluations
Développeur nick.script0
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/nickscript0/chrome-bookmarks-table
URL de la Page d'Aide https://github.com/nickscript0/chrome-bookmarks-table/issues
Langues Prises en Charge 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"
    }
}