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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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