Owncloud Bookmarks

Provides convenient access to Owncloud Bookmarks.

Qu'est-ce que Owncloud Bookmarks ?

Owncloud Bookmarks est une extension Chrome développée par Martin Jakl, et sa fonction principale est "Provides convenient access to Owncloud Bookmarks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Owncloud Bookmarks

Téléchargez les fichiers d'extension Owncloud Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Owncloud Bookmarks Owncloud Bookmarks
ID eomolhpeokmbnincelpkagpapjpeeckc
URL Officiel https://chromewebstore.google.com/detail/owncloud-bookmarks/eomolhpeokmbnincelpkagpapjpeeckc
Description Provides convenient access to Owncloud Bookmarks.
Taille du Fichier 21.91 KB
Nombre d'Installations 1,186
Version Actuelle 0.15
Dernière Mise à Jour 2018-07-31
Date de Publication 2018-07-31
Évaluation 3.39/5 Total 36 Évaluations
Développeur Martin Jakl
Type de Paiement free
Langues Prises en Charge 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"
}