safari2chrome bookmarks synchronization
Keep your Chrome bookmarks up to date with the Safari bookmarks
Was ist safari2chrome bookmarks synchronization?
safari2chrome bookmarks synchronization ist eine Chrome-Erweiterung, die von https://safari2chrome.com entwickelt wurde, und ihr Hauptmerkmal ist "Keep your Chrome bookmarks up to date with the Safari bookmarks".
Erweiterungsscreenshots
safari2chrome bookmarks synchronization-Erweiterungs-CRX-Datei herunterladen
Laden Sie safari2chrome bookmarks synchronization-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mhhcbjdgifnbfjpdppedcekihpnnljba |
| Offizielle URL | https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba |
| Beschreibung | Keep your Chrome bookmarks up to date with the Safari bookmarks |
| Dateigröße | 573 KB |
| Installationsanzahl | 212 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2022-12-12 |
| Veröffentlichungsdatum | 2022-05-27 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://safari2chrome.com |
| [email protected] | |
| Zahlungsart | in_app |
| URL der Datenschutzrichtlinien-Seite | https://safari2chrome.com/privacy.html |
| Unterstützte Sprachen | 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"
]
} | |