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 |
电子邮箱 | [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" ] } } |