safari2chrome bookmarks synchronization

Keep your Chrome bookmarks up to date with the Safari bookmarks

What is safari2chrome bookmarks synchronization?

safari2chrome bookmarks synchronization is a Chrome extension developed by https://safari2chrome.com, and its main feature is "Keep your Chrome bookmarks up to date with the Safari bookmarks".

Extension Screenshots

screenshot

Download safari2chrome bookmarks synchronization Extension CRX File

Download safari2chrome bookmarks synchronization extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name safari2chrome bookmarks synchronization safari2chrome bookmarks synchronization
ID mhhcbjdgifnbfjpdppedcekihpnnljba
Official URL https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba
Description Keep your Chrome bookmarks up to date with the Safari bookmarks
File Size 573 KB
Installation Count 212
Current Version 1.0.3
Last Updated 2022-12-12
Publish Date 2022-05-27
Rating 3.00/5 Total 2 Ratings
Developer https://safari2chrome.com
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://safari2chrome.com/privacy.html
Supported Languages 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"
    ]
}