Bookmarks Table
View your Chrome bookmarks by date in a sortable searchable table
Wat is Bookmarks Table?
Bookmarks Table is een Chrome-extensie ontwikkeld door nick.script0, en de belangrijkste functie is "View your Chrome bookmarks by date in a sortable searchable table".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmarks Table
Download Bookmarks Table-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bookmarks Table |
ID | eaabmhkokgaboihbikohlooneokghmcp |
Officiële URL | https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp |
Beschrijving | View your Chrome bookmarks by date in a sortable searchable table |
Bestandsgrootte | 180 KB |
Aantal Installaties | 1,550 |
Huidige Versie | 0.7 |
Laatst Bijgewerkt | 2021-09-22 |
Publicatiedatum | 2015-08-22 |
Beoordeling | 4.55/5 Totaal 22 Beoordelingen |
Ontwikkelaar | nick.script0 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/nickscript0/chrome-bookmarks-table |
Help Pagina-URL | https://github.com/nickscript0/chrome-bookmarks-table/issues |
Ondersteunde Talen | 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" } } |