iCloud Bookmarks

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

Wat is iCloud Bookmarks?

iCloud Bookmarks is een Chrome-extensie ontwikkeld door Apple Inc., en de belangrijkste functie is "Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie iCloud Bookmarks

Download iCloud Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam iCloud Bookmarks iCloud Bookmarks
ID fkepacicchenbjecpbpbclokcabebhah
Officiële URL https://chromewebstore.google.com/detail/icloud-bookmarks/fkepacicchenbjecpbpbclokcabebhah
Beschrijving Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.
Bestandsgrootte 41.76 KB
Aantal Installaties 7,855,925
Huidige Versie 2.3.40
Laatst Bijgewerkt 2023-11-10
Publicatiedatum 2017-11-08
Beoordeling 3.43/5 Totaal 4062 Beoordelingen
Ontwikkelaar Apple Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.apple.com/icloud/
Help Pagina-URL http://www.apple.com/support/icloud/ww/
URL van de Privacybeleid Pagina https://www.apple.com/legal/privacy
Ondersteunde Talen 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"
}