Bookmarks Table

View your Chrome bookmarks by date in a sortable searchable table

Vad är Bookmarks Table?

Bookmarks Table är en Chrome-tillägg utvecklad av nick.script0, och dess huvudfunktion är "View your Chrome bookmarks by date in a sortable searchable table".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Bookmarks Table-förlängningens CRX-fil

Ladda ner Bookmarks Table-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bookmarks Table Bookmarks Table
ID eaabmhkokgaboihbikohlooneokghmcp
Officiell webbadress https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp
Beskrivning View your Chrome bookmarks by date in a sortable searchable table
Filstorlek 180 KB
Antal Installationer 1,550
Aktuell Version 0.7
Senast Uppdaterad 2021-09-22
Publiceringsdatum 2015-08-22
Betyg 4.55/5 Totalt 22 Betyg
Utvecklare nick.script0
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/nickscript0/chrome-bookmarks-table
Hjälpsida URL https://github.com/nickscript0/chrome-bookmarks-table/issues
Stödda Språk 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"
    }
}