Bookmarks Table
View your Chrome bookmarks by date in a sortable searchable table
O que é Bookmarks Table?
Bookmarks Table é uma extensão do Chrome desenvolvida por nick.script0, e sua principal característica é "View your Chrome bookmarks by date in a sortable searchable table".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bookmarks Table
Baixe arquivos de extensão Bookmarks Table no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Bookmarks Table |
ID | eaabmhkokgaboihbikohlooneokghmcp |
URL Oficial | https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp |
Descrição | View your Chrome bookmarks by date in a sortable searchable table |
Tamanho do Arquivo | 180 KB |
Contagem de Instalações | 1,550 |
Versão Atual | 0.7 |
Última Atualização | 2021-09-22 |
Data de Publicação | 2015-08-22 |
Classificação | 4.55/5 Total de 22 Avaliações |
Desenvolvedor | nick.script0 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/nickscript0/chrome-bookmarks-table |
URL da Página de Ajuda | https://github.com/nickscript0/chrome-bookmarks-table/issues |
Idiomas Suportados | 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" } } |