safari2chrome bookmarks synchronization
Keep your Chrome bookmarks up to date with the Safari bookmarks
什么是safari2chrome bookmarks synchronization?
safari2chrome bookmarks synchronization是由https://safari2chrome.com开发的Chrome扩展程序,该扩展的主要功能是“Keep your Chrome bookmarks up to date with the Safari bookmarks”。
扩展截图
下载safari2chrome bookmarks synchronization扩展crx文件
下载safari2chrome bookmarks synchronization扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | safari2chrome bookmarks synchronization |
ID | mhhcbjdgifnbfjpdppedcekihpnnljba |
官方URL | https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba |
简介 | Keep your Chrome bookmarks up to date with the Safari bookmarks |
文件大小 | 573 KB |
安装次数 | 212 |
当前版本 | 1.0.3 |
更新时间 | 2022-12-12 |
上架时间 | 2022-05-27 |
评分 | 3.00/5 共2次评分 |
开发者 | https://safari2chrome.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
隐私政策页面URL | https://safari2chrome.com/privacy.html |
支持的语言 | 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" ] } |