UniMark

Universal Bookmark Manager

UniMark란 무엇입니까?

UniMark은(는) https://vieolo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Universal Bookmark Manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        UniMark is a productivity tool which stores and gives access to your browser bookmarks across multiple platforms.
All you need to do is to download the extension and app, log in, and save the links to the webpages that are important to you. You can then access, use, and modify them from anywhere.
UniMark is currently available in Chrome and Firefox browsers as extensions and in Android as an app.
The saved links are categorised in different folders to help you keep your important bookmarks organised.                    

확장 프로그램 기본 정보

이름 UniMark UniMark
ID lgohmifccoelcmmfmcjbgphdfjkdhpel
공식 URL https://chromewebstore.google.com/detail/unimark/lgohmifccoelcmmfmcjbgphdfjkdhpel
설명 Universal Bookmark Manager
파일 크기 152 KB
설치 횟수 15
현재 버전 1.7.0
최근 업데이트 2023-06-22
출시 날짜 2020-04-14
평점 5.00/5 총 2 개의 평점
개발자 https://vieolo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vieolo.com/app/unimark/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UniMark",
    "version": "1.7.0",
    "description": "Universal Bookmark Manager",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "bookmarks"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}