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
Eメール [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"
    }
}