Owncloud Bookmarks

Provides convenient access to Owncloud Bookmarks.

Hvad er Owncloud Bookmarks?

Owncloud Bookmarks er en Chrome-udvidelse udviklet af Martin Jakl, og dens hovedfunktion er "Provides convenient access to Owncloud Bookmarks.".

Udvidelsesskærmbilleder

screenshot

Download Owncloud Bookmarks-udvidelses-CRX-fil

Download Owncloud Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension now supports current versions of ownCloud/Nextcloud. It was tested with Nextcloud 12 and Bookmarks 0.10. Because of changes in latest ownCloud/Nextcloud username and password has to be filled in options and it's send in url to fetch the bookmarks, so https should be used all the time.

First go to options and fill info about your ownCloud/Nextcloud installation.

Middle button click opens new tab, but not closes extension, so it's possible to open more tabs.

Click on label opens all bookmarks with this label.                    

Grundlæggende oplysninger om udvidelsen

Navn Owncloud Bookmarks Owncloud Bookmarks
ID eomolhpeokmbnincelpkagpapjpeeckc
Officiel URL https://chromewebstore.google.com/detail/owncloud-bookmarks/eomolhpeokmbnincelpkagpapjpeeckc
Beskrivelse Provides convenient access to Owncloud Bookmarks.
Filstørrelse 21.91 KB
Antal Installationer 1,186
Nuværende Version 0.15
Senest Opdateret 2018-07-31
Udgivelsesdato 2018-07-31
Bedømmelse 3.39/5 Samlet 36 Bedømmelser
Udvikler Martin Jakl
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Owncloud Bookmarks",
    "version": "0.15",
    "description": "Provides convenient access to Owncloud Bookmarks.",
    "icons": {
        "128": "owncloudBookmark.png"
    },
    "browser_action": {
        "default_icon": "bookmarks.png",
        "default_popup": "bookmarks.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "options_page": "config.html"
}