iCloud Bookmarks

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

Vad är iCloud Bookmarks?

iCloud Bookmarks är en Chrome-tillägg utvecklad av Apple Inc., och dess huvudfunktion är "Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner iCloud Bookmarks-förlängningens CRX-fil

Ladda ner iCloud Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn iCloud Bookmarks iCloud Bookmarks
ID fkepacicchenbjecpbpbclokcabebhah
Officiell webbadress https://chromewebstore.google.com/detail/icloud-bookmarks/fkepacicchenbjecpbpbclokcabebhah
Beskrivning Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.
Filstorlek 41.76 KB
Antal Installationer 7,855,925
Aktuell Version 2.3.40
Senast Uppdaterad 2023-11-10
Publiceringsdatum 2017-11-08
Betyg 3.43/5 Totalt 4062 Betyg
Utvecklare Apple Inc.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.apple.com/icloud/
Hjälpsida URL http://www.apple.com/support/icloud/ww/
URL till Sekretesspolicy Sidan https://www.apple.com/legal/privacy
Stödda Språk 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"
}