uBookmark

Universal Bookmark Manager

ما هو uBookmark؟

uBookmark هو إضافة Chrome تم تطويرها بواسطة SparrowHawk Australia، والميزة الرئيسية لها هي "Universal Bookmark Manager".

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

screenshot
screenshot

تحميل ملف CRX للإضافة uBookmark

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

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

                        uBookmark is a universal bookmark manager, saves your favourite sites and gives you a secure access from every Mac computer and mobile device.

Save all your bookmarks to uBookmark, and it will sync your bookmarks everywhere you need them.

Requirements:
Operating System: macOS
Chrome Browser
uBookmark App

Please note that, this extension is not a standalone application. Do not install if your system doesn't meet the requirements above.                    

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

الاسم uBookmark uBookmark
ID lfggnbmkiohmldpkhlfoalfinlmclbje
عنوان URL الرسمي https://chromewebstore.google.com/detail/ubookmark/lfggnbmkiohmldpkhlfoalfinlmclbje
الوصف Universal Bookmark Manager
حجم الملف 11.8 KB
عدد التثبيتات 16
النسخة الحالية 2.0
آخر تحديث 2018-12-24
تاريخ النشر 2018-12-19
المطور SparrowHawk Australia
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sparrowhawkaus.com/ubookmark.html
عنوان صفحة المساعدة https://sparrowhawkaus.com/ubookmark.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "uBookmark",
    "description": "Universal Bookmark Manager",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16px.png",
        "128": "icons\/128px.png"
    },
    "browser_action": {
        "default_icon": "icons\/128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}