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."입니다.

확장 프로그램 스크린샷

screenshot

syncmarx 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization.                    

확장 프로그램 기본 정보

이름 syncmarx 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"
        ]
    }
}