Bookmarks Table
View your Chrome bookmarks by date in a sortable searchable table
Hvad er Bookmarks Table?
Bookmarks Table er en Chrome-udvidelse udviklet af nick.script0, og dens hovedfunktion er "View your Chrome bookmarks by date in a sortable searchable table".
Udvidelsesskærmbilleder
Download Bookmarks Table-udvidelses-CRX-fil
Download Bookmarks Table-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Bookmarks Table |
ID | eaabmhkokgaboihbikohlooneokghmcp |
Officiel URL | https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp |
Beskrivelse | View your Chrome bookmarks by date in a sortable searchable table |
Filstørrelse | 180 KB |
Antal Installationer | 1,550 |
Nuværende Version | 0.7 |
Senest Opdateret | 2021-09-22 |
Udgivelsesdato | 2015-08-22 |
Bedømmelse | 4.55/5 Samlet 22 Bedømmelser |
Udvikler | nick.script0 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/nickscript0/chrome-bookmarks-table |
Hjælpeside-URL | https://github.com/nickscript0/chrome-bookmarks-table/issues |
Understøttede Sprog | 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" } } |