Bookmarker for Nextcloud

Bookmarker for Nextcloud

ما هو Bookmarker for Nextcloud؟

Bookmarker for Nextcloud هو إضافة Chrome تم تطويرها بواسطة plushbyte، والميزة الرئيسية لها هي "Bookmarker for Nextcloud".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bookmarker for Nextcloud

قم بتنزيل ملفات الامتداد Bookmarker for Nextcloud بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Bookmarker for Nextcloud is the fastest way to store Bookmarks in your Nextcloud Cloud installation. 

Features:
- automatic "Notes" creation 
- automatic and advanced "Tags" detection
- Dark Mode support
- Fast operation
- Clean interface
- Many more features planned in future versions

Bookmarker for Nextcloud ist Open Source Software: https://github.com/Latz/Bookmarker-for-Nextcloud

The author is in no way associated with the Nextcloud GmbH, Germany.                    

معلومات أساسية عن التمديد

الاسم Bookmarker for Nextcloud Bookmarker for Nextcloud
ID nnfoalnhmdfefeoggnhglcgfgeneolii
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarker-for-nextcloud/nnfoalnhmdfefeoggnhglcgfgeneolii
الوصف Bookmarker for Nextcloud
حجم الملف 286 KB
عدد التثبيتات 113
النسخة الحالية 0.16.8
آخر تحديث 2021-10-18
تاريخ النشر 2021-10-18
المطور plushbyte
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarker for Nextcloud",
    "description": "Bookmarker for Nextcloud",
    "author": "Latz",
    "version": "0.16.8",
    "browser_action": {
        "default_title": "Bookmarker for Nextcloud",
        "default_popup": "popup\/popup.html",
        "browser_style": true,
        "default_icon": {
            "64": ".\/images\/icon-64x64-light.png",
            "128": ".\/images\/icon-128x128-light.png",
            "256": ".\/images\/icon-256x256-light.png",
            "512": ".\/images\/icon-512x512-light.png"
        },
        "theme_icons": [
            {
                "dark": "images\/icon-64x64-light.png",
                "light": "images\/icon-64x64-dark.png",
                "size": 64
            },
            {
                "dark": "images\/icon-128x128-light.png",
                "light": "images\/icon-128x128-dark.png",
                "size": 128
            },
            {
                "dark": "images\/icon-256x256-light.png",
                "light": "images\/icon-256x256-dark.png",
                "size": 256
            },
            {
                "dark": "images\/icon-512x512-light.png",
                "light": "images\/icon-512x512-dark.png",
                "size": 512
            }
        ]
    },
    "background": {
        "page": "background\/background.html"
    },
    "options_ui": {
        "page": ".\/options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/lib\/browser-polyfill.min.js",
                ".\/content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "",
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/*.gif"
    ]
}