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"
}