Owncloud Bookmarks
Provides convenient access to Owncloud Bookmarks.
Wat is Owncloud Bookmarks?
Owncloud Bookmarks is een Chrome-extensie ontwikkeld door Martin Jakl, en de belangrijkste functie is "Provides convenient access to Owncloud Bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Owncloud Bookmarks
Download Owncloud Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Owncloud Bookmarks |
ID | eomolhpeokmbnincelpkagpapjpeeckc |
Officiële URL | https://chromewebstore.google.com/detail/owncloud-bookmarks/eomolhpeokmbnincelpkagpapjpeeckc |
Beschrijving | Provides convenient access to Owncloud Bookmarks. |
Bestandsgrootte | 21.91 KB |
Aantal Installaties | 1,186 |
Huidige Versie | 0.15 |
Laatst Bijgewerkt | 2018-07-31 |
Publicatiedatum | 2018-07-31 |
Beoordeling | 3.39/5 Totaal 36 Beoordelingen |
Ontwikkelaar | Martin Jakl |
Betalingswijze | free |
Ondersteunde Talen | 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" } |