Bookmark It.

Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience.

Bookmark It.란 무엇입니까?

Bookmark It.은(는) https://bmrk.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience."입니다.

확장 프로그램 스크린샷

Bookmark It. 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Webpage: https://bmrk.cc

Features:
- One-click bookmarking: Easily save any site with a single right-click via the context menu.
- Centralised bookmark management: Access all your bookmarks in one convenient location.
- Instant search: Quickly find and open any bookmark without leaving your current tab.
- Offline access: Enjoy seamless access to all saved bookmarks even when offline.
- Customisable shortcuts: Set personalised keyboard shortcuts to open it.
- Dark/Light mode support: Choose between dark and light themes for comfortable browsing in any environment.

Want to request a feature or report a bug? Contact us at [email protected]                    

확장 프로그램 기본 정보

이름 Bookmark It. Bookmark It.
ID fgnmdiklfcddmhmmmppepijecbljfjbm
공식 URL https://chromewebstore.google.com/detail/bookmark-it/fgnmdiklfcddmhmmmppepijecbljfjbm
설명 Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience.
파일 크기 199 KB
설치 횟수 59
현재 버전 1.0.5
최근 업데이트 2024-03-05
출시 날짜 2024-02-25
평점 5.00/5 총 2 개의 평점
개발자 https://bmrk.cc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bmrk.cc
도움말 페이지 URL https://bmrk.cc
개인정보 보호 정책 페이지 URL https://bmrk.cc/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.5",
    "version_name": "1.0.5",
    "name": "Bookmark It.",
    "short_name": "bmrk it.",
    "description": "Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience.",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "531625309515-s757u5or54n1iqrjtuuh3m7hutb8n0de.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile"
        ]
    },
    "action": {
        "default_title": "Bookmark It.",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.bmrk.cc\/*",
            "http:\/\/app.localhost:3000\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "homepage_url": "https:\/\/bmrk.cc",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}