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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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