Bookmarks Table
View your Chrome bookmarks by date in a sortable searchable table
What is Bookmarks Table?
Bookmarks Table is a Chrome extension developed by nick.script0, and its main feature is "View your Chrome bookmarks by date in a sortable searchable table".
Extension Screenshots
Download Bookmarks Table Extension CRX File
Download Bookmarks Table extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bookmarks Table |
ID | eaabmhkokgaboihbikohlooneokghmcp |
Official URL | https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp |
Description | View your Chrome bookmarks by date in a sortable searchable table |
File Size | 180 KB |
Installation Count | 1,550 |
Current Version | 0.7 |
Last Updated | 2021-09-22 |
Publish Date | 2015-08-22 |
Rating | 4.55/5 Total 22 Ratings |
Developer | nick.script0 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nickscript0/chrome-bookmarks-table |
Help Page URL | https://github.com/nickscript0/chrome-bookmarks-table/issues |
Supported Languages | 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" } } |