safari2chrome bookmarks synchronization
Keep your Chrome bookmarks up to date with the Safari bookmarks
O que é safari2chrome bookmarks synchronization?
safari2chrome bookmarks synchronization é uma extensão do Chrome desenvolvida por https://safari2chrome.com, e sua principal característica é "Keep your Chrome bookmarks up to date with the Safari bookmarks".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão safari2chrome bookmarks synchronization
Baixe arquivos de extensão safari2chrome bookmarks synchronization no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Your browser sync bookmarks from iCloud in the same way that Safari does We do not store bookmarks on our servers We do not keep passwords of your credentials All your bookmarks are stored in your iCloud account You do not need to install iTunes in order to use the software
Informações Básicas da Extensão
Nome | safari2chrome bookmarks synchronization |
ID | mhhcbjdgifnbfjpdppedcekihpnnljba |
URL Oficial | https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba |
Descrição | Keep your Chrome bookmarks up to date with the Safari bookmarks |
Tamanho do Arquivo | 573 KB |
Contagem de Instalações | 212 |
Versão Atual | 1.0.3 |
Última Atualização | 2022-12-12 |
Data de Publicação | 2022-05-27 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://safari2chrome.com |
[email protected] | |
Tipo de Pagamento | in_app |
URL da Página de Política de Privacidade | https://safari2chrome.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "safari2chrome bookmarks synchronization", "description": "Keep your Chrome bookmarks up to date with the Safari bookmarks", "version": "1.0.3", "action": { "default_icon": "icon-16.png", "default_popup": "popup.html" }, "background": { "service_worker": "js\/background-page.js" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "bookmarks", "alarms", "nativeMessaging" ] } |