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”。
擴展截圖
下載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 |
ID | eaabmhkokgaboihbikohlooneokghmcp |
官方網址 | 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" } } |