Bookmarks Table
View your Chrome bookmarks by date in a sortable searchable table
Was ist Bookmarks Table?
Bookmarks Table ist eine Chrome-Erweiterung, die von nick.script0 entwickelt wurde, und ihr Hauptmerkmal ist "View your Chrome bookmarks by date in a sortable searchable table".
Erweiterungsscreenshots
Bookmarks Table-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmarks Table-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
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.
Grundlegende Informationen zur Erweiterung
Name | Bookmarks Table |
ID | eaabmhkokgaboihbikohlooneokghmcp |
Offizielle URL | https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp |
Beschreibung | View your Chrome bookmarks by date in a sortable searchable table |
Dateigröße | 180 KB |
Installationsanzahl | 1,550 |
Aktuelle Version | 0.7 |
Letztes Update | 2021-09-22 |
Veröffentlichungsdatum | 2015-08-22 |
Bewertung | 4.55/5 Insgesamt 22 Bewertungen |
Entwickler | nick.script0 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/nickscript0/chrome-bookmarks-table |
Hilfeseite URL | https://github.com/nickscript0/chrome-bookmarks-table/issues |
Unterstützte Sprachen | 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" } } |