iCloud Bookmarks

Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.

Was ist iCloud Bookmarks?

iCloud Bookmarks ist eine Chrome-Erweiterung, die von Apple Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.".

Erweiterungsscreenshots

screenshot
screenshot

iCloud Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie iCloud Bookmarks-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

                        iCloud stores your website bookmarks, so they are everywhere you go — on your iPhone, iPad, Mac, and PC. So when it comes to your devices, you can switch things up without mixing things up.

Note:
iCloud for Windows is required to use iCloud Bookmarks

http://www.apple.com/legal/sla/docs/iCloudControlPanel.pdf                    

Grundlegende Informationen zur Erweiterung

Name iCloud Bookmarks iCloud Bookmarks
ID fkepacicchenbjecpbpbclokcabebhah
Offizielle URL https://chromewebstore.google.com/detail/icloud-bookmarks/fkepacicchenbjecpbpbclokcabebhah
Beschreibung Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.
Dateigröße 41.76 KB
Installationsanzahl 7,855,925
Aktuelle Version 2.3.40
Letztes Update 2023-11-10
Veröffentlichungsdatum 2017-11-08
Bewertung 3.43/5 Insgesamt 4062 Bewertungen
Entwickler Apple Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.apple.com/icloud/
Hilfeseite URL http://www.apple.com/support/icloud/ww/
URL der Datenschutzrichtlinien-Seite https://www.apple.com/legal/privacy
Unterstützte Sprachen id,ms,de,en,en-GB,fr,nl,no,vi,tr,ca,da,es,es-419,hr,it,hu,pl,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "2.3.40",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "images\/icloud-icon-128x128.png"
    },
    "minimum_chrome_version": "100",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icloud-icon-19x19.png",
            "38": "images\/icloud-icon-38x38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "nativeMessaging",
        "storage"
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyQUF4xZsYYoYJUPaRe2dPOo7YIqzMluJ78ac\/Smq6KtEWqvNYXz1wvy17JsjsZ+FBwvHqU5M2VW9zeYz6s+V1jk9LXnPofNQa\/0MBVUHQd8QyPiLF+HboCVVJ\/q+1GmQct\/pUDfAfUrGVvZP5NFmcdwu8LxDTbrgywzpBpDePaQIDAQAB"
}