Owncloud Bookmarks

Provides convenient access to Owncloud Bookmarks.

什么是Owncloud Bookmarks?

Owncloud Bookmarks是由Martin Jakl开发的Chrome扩展程序,该扩展的主要功能是“Provides convenient access to Owncloud Bookmarks.”。

扩展截图

screenshot

下载Owncloud Bookmarks扩展crx文件

下载Owncloud Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Owncloud Bookmarks Owncloud Bookmarks
ID eomolhpeokmbnincelpkagpapjpeeckc
官方URL https://chromewebstore.google.com/detail/owncloud-bookmarks/eomolhpeokmbnincelpkagpapjpeeckc
简介 Provides convenient access to Owncloud Bookmarks.
文件大小 21.91 KB
安装次数 1,186
当前版本 0.15
更新时间 2018-07-31
上架时间 2018-07-31
评分 3.39/5 共36次评分
开发者 Martin Jakl
付费类型 free
支持的语言 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"
}