iCloud Bookmarks

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

Qu'est-ce que iCloud Bookmarks ?

iCloud Bookmarks est une extension Chrome développée par Apple Inc., et sa fonction principale est "Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension iCloud Bookmarks

Téléchargez les fichiers d'extension iCloud Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom iCloud Bookmarks iCloud Bookmarks
ID fkepacicchenbjecpbpbclokcabebhah
URL Officiel https://chromewebstore.google.com/detail/icloud-bookmarks/fkepacicchenbjecpbpbclokcabebhah
Description Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.
Taille du Fichier 41.76 KB
Nombre d'Installations 7,855,925
Version Actuelle 2.3.40
Dernière Mise à Jour 2023-11-10
Date de Publication 2017-11-08
Évaluation 3.43/5 Total 4062 Évaluations
Développeur Apple Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.apple.com/icloud/
URL de la Page d'Aide http://www.apple.com/support/icloud/ww/
URL de la Page de Politique de Confidentialité https://www.apple.com/legal/privacy
Langues Prises en Charge 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"
}