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 |
官方網址 | 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" ] } |