Bookmark Syncer

A Chrome Extension for Bookmark Sync

ما هو Bookmark Syncer؟

Bookmark Syncer هو إضافة Chrome تم تطويرها بواسطة Hisheng، والميزة الرئيسية لها هي "A Chrome Extension for Bookmark Sync".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Bookmark Syncer

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

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

                        It is a bookmark sync tool for area (china, etc.) that can not update bookmarks between devices quickly                    

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

الاسم Bookmark Syncer Bookmark Syncer
ID mgeeacninhjdldchnllhlncfjcajfpbp
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp
الوصف A Chrome Extension for Bookmark Sync
حجم الملف 79.96 KB
عدد التثبيتات 413
النسخة الحالية 2.0.0
آخر تحديث 2022-03-28
تاريخ النشر 2022-03-28
المطور Hisheng
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/hishengs/bookmark-syncer
عنوان صفحة المساعدة https://github.com/hishengs/bookmark-syncer
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Syncer",
    "version": "2.0.0",
    "author": "[email protected]",
    "description": "A Chrome Extension for Bookmark Sync",
    "homepage_url": "https:\/\/github.com\/Hishengs\/bookmark-syncer",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [],
    "action": {
        "default_icon": "icon\/48.png",
        "default_title": "A Chrome Extension for Bookmark Sync",
        "default_popup": "src\/popup.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.github.com\/",
        "https:\/\/*.githubusercontent.com\/",
        "https:\/\/*.gitee.com\/"
    ],
    "default_locale": "en"
}