safari2chrome bookmarks synchronization

Keep your Chrome bookmarks up to date with the Safari bookmarks

Apa itu safari2chrome bookmarks synchronization?

safari2chrome bookmarks synchronization adalah ekstensi Chrome yang dikembangkan oleh https://safari2chrome.com, dan fitur utamanya adalah "Keep your Chrome bookmarks up to date with the Safari bookmarks".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi safari2chrome bookmarks synchronization

Unduh file ekstensi safari2chrome bookmarks synchronization dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama safari2chrome bookmarks synchronization safari2chrome bookmarks synchronization
ID mhhcbjdgifnbfjpdppedcekihpnnljba
URL Resmi https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba
Deskripsi Keep your Chrome bookmarks up to date with the Safari bookmarks
Ukuran File 573 KB
Jumlah Instalasi 212
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2022-12-12
Tanggal Publikasi 2022-05-27
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://safari2chrome.com
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Kebijakan Privasi https://safari2chrome.com/privacy.html
Bahasa yang Didukung 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"
    ]
}