iCloud Bookmarks
Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.
Cos'è iCloud Bookmarks?
iCloud Bookmarks è un'estensione di Chrome sviluppata da Apple Inc., e la sua funzione principale è "Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione iCloud Bookmarks
Scarica i file di estensione iCloud Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | fkepacicchenbjecpbpbclokcabebhah |
| URL Ufficiale | https://chromewebstore.google.com/detail/icloud-bookmarks/fkepacicchenbjecpbpbclokcabebhah |
| Descrizione | Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac. |
| Dimensione del File | 41.76 KB |
| Conteggio Installazioni | 7,855,925 |
| Versione Corrente | 2.3.40 |
| Ultimo Aggiornamento | 2023-11-10 |
| Data di Pubblicazione | 2017-11-08 |
| Valutazione | 3.43/5 Totale 4062 Valutazioni |
| Sviluppatore | Apple Inc. |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.apple.com/icloud/ |
| URL della Pagina di Aiuto | http://www.apple.com/support/icloud/ww/ |
| URL della Pagina della Politica sulla Privacy | https://www.apple.com/legal/privacy |
| Lingue Supportate | 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"
} | |