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 |
Eメール | [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" ] } |