syncmarx
Web extension built for cross-browser bookmark syncing to the cloud.
syncmarxとは何ですか?
syncmarxはmcleodgamingによって開発されたChromeの拡張機能で、その主な機能は「Web extension built for cross-browser bookmark syncing to the cloud.」です。
拡張機能のスクリーンショット
syncmarx拡張機能のCRXファイルをダウンロード
syncmarx拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization.
拡張機能の基本情報
名前 | syncmarx |
ID | llcdegcpeheociggfokjkkgciplhfdgg |
公式URL | https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg |
説明 | Web extension built for cross-browser bookmark syncing to the cloud. |
ファイルサイズ | 1.3 MB |
インストール数 | 3,758 |
現在のバージョン | 0.8.2 |
最終更新日 | 2022-09-24 |
公開日 | 2019-07-05 |
評価 | 4.51/5 合計 61 レビュー |
開発者 | mcleodgaming |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://syncmarx.com/ |
プライバシーポリシーページのURL | https://syncmarx.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "syncmarx", "version": "0.8.2", "author": "Greg McLeod", "description": "Web extension built for cross-browser bookmark syncing to the cloud.", "icons": { "48": "icons\/icon_48.png", "96": "icons\/icon_96.png" }, "permissions": [ "bookmarks", "https:\/\/*.dropboxapi.com\/", "https:\/\/*.google.com\/", "https:\/\/*.googleapis.com\/", "https:\/\/*.box.com\/", "storage" ], "browser_action": { "default_icon": "icons\/icon_38.png", "default_title": "syncmarx (alpha)" }, "background": { "scripts": [ "app.js" ] } } |