iCloud Bookmarks

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

iCloud Bookmarksとは何ですか?

iCloud BookmarksはApple Inc.によって開発されたChromeの拡張機能で、その主な機能は「Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.」です。

拡張機能のスクリーンショット

screenshot
screenshot

iCloud Bookmarks拡張機能のCRXファイルをダウンロード

iCloud Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 iCloud Bookmarks iCloud Bookmarks
ID fkepacicchenbjecpbpbclokcabebhah
公式URL https://chromewebstore.google.com/detail/icloud-bookmarks/fkepacicchenbjecpbpbclokcabebhah
説明 Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.
ファイルサイズ 41.76 KB
インストール数 7,855,925
現在のバージョン 2.3.40
最終更新日 2023-11-10
公開日 2017-11-08
評価 3.43/5 合計 4062 レビュー
開発者 Apple Inc.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.apple.com/icloud/
ヘルプページのURL http://www.apple.com/support/icloud/ww/
プライバシーポリシーページのURL https://www.apple.com/legal/privacy
対応言語 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"
}