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
官方網址 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"
}