Bookmarks Table
View your Chrome bookmarks by date in a sortable searchable table
Co to jest Bookmarks Table?
Bookmarks Table to rozszerzenie Chrome opracowane przez nick.script0, a jego główną funkcją jest „View your Chrome bookmarks by date in a sortable searchable table”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bookmarks Table
Pobierz pliki rozszerzeń Bookmarks Table w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Bookmarks Table |
ID | eaabmhkokgaboihbikohlooneokghmcp |
Oficjalny URL | https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp |
Opis | View your Chrome bookmarks by date in a sortable searchable table |
Rozmiar pliku | 180 KB |
Liczba instalacji | 1,550 |
Aktualna Wersja | 0.7 |
Ostatnia Aktualizacja | 2021-09-22 |
Data Publikacji | 2015-08-22 |
Ocena | 4.55/5 Łącznie 22 Oceny |
Deweloper | nick.script0 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/nickscript0/chrome-bookmarks-table |
Adres URL Strony Pomocy | https://github.com/nickscript0/chrome-bookmarks-table/issues |
Obsługiwane Języki | 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" } } |