Bookmarks Table

View your Chrome bookmarks by date in a sortable searchable table

什么是Bookmarks Table?

Bookmarks Table是由nick.script0开发的Chrome扩展程序,该扩展的主要功能是“View your Chrome bookmarks by date in a sortable searchable table”。

扩展截图

screenshot
screenshot
screenshot

下载Bookmarks Table扩展crx文件

下载Bookmarks Table扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bookmarks Table Bookmarks Table
ID eaabmhkokgaboihbikohlooneokghmcp
官方URL https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp
简介 View your Chrome bookmarks by date in a sortable searchable table
文件大小 180 KB
安装次数 1,550
当前版本 0.7
更新时间 2021-09-22
上架时间 2015-08-22
评分 4.55/5 共22次评分
开发者 nick.script0
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/nickscript0/chrome-bookmarks-table
帮助页面URL https://github.com/nickscript0/chrome-bookmarks-table/issues
支持的语言 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"
    }
}