Owncloud Bookmarks

Provides convenient access to Owncloud Bookmarks.

Owncloud Bookmarksคืออะไร?

Owncloud Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Jakl และคุณลักษณะหลักของมันคือ "Provides convenient access to Owncloud Bookmarks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Owncloud Bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}