safari2chrome bookmarks synchronization
Keep your Chrome bookmarks up to date with the Safari bookmarks
ما هو safari2chrome bookmarks synchronization؟
safari2chrome bookmarks synchronization هو إضافة Chrome تم تطويرها بواسطة https://safari2chrome.com، والميزة الرئيسية لها هي "Keep your Chrome bookmarks up to date with the Safari bookmarks".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة safari2chrome bookmarks synchronization
قم بتنزيل ملفات الامتداد safari2chrome bookmarks synchronization بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Your browser sync bookmarks from iCloud in the same way that Safari does
We do not store bookmarks on our servers
We do not keep passwords of your credentials
All your bookmarks are stored in your iCloud account
You do not need to install iTunes in order to use the software                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | mhhcbjdgifnbfjpdppedcekihpnnljba | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba | 
| الوصف | Keep your Chrome bookmarks up to date with the Safari bookmarks | 
| حجم الملف | 573 KB | 
| عدد التثبيتات | 212 | 
| النسخة الحالية | 1.0.3 | 
| آخر تحديث | 2022-12-12 | 
| تاريخ النشر | 2022-05-27 | 
| تقييم | 3.00/5 مجموع تقييمات 2 | 
| المطور | https://safari2chrome.com | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | in_app | 
| عنوان صفحة سياسة الخصوصية | https://safari2chrome.com/privacy.html | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "safari2chrome bookmarks synchronization",
    "description": "Keep your Chrome bookmarks up to date with the Safari bookmarks",
    "version": "1.0.3",
    "action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background-page.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "bookmarks",
        "alarms",
        "nativeMessaging"
    ]
}  |  |