FavBox

Clear and modern bookmarking tool.

FavBox란 무엇입니까?

FavBox은(는) dmitry.magalyas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear and modern bookmarking tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        FavBox is a browser extension that enhances and simplifies bookmark management, without depending on external cloud storage or third-party services.

🔄 sync with your browser profile;
🔒 does not send your data to any third-party services;
🏷 supports tags for easy organization;
🔍 offers advanced search, sorting, and filtering by tags, domains, and folders;
🌁 provides multiple display modes;
🌗 light and dark theme.
📖 offers page previews for quick reference;
🟢 lets you know if a bookmark already exists, to avoid creating duplicates;
🗑️ provides a feature to detect broken URLs;
⌨️ provides quick access to search with hotkeys "Ctrl + Shift + K";
❤️ free and open source;                    

확장 프로그램 기본 정보

이름 FavBox FavBox
ID eangbddipcghohfjefjmfihcjgjnnemj
공식 URL https://chromewebstore.google.com/detail/favbox/eangbddipcghohfjefjmfihcjgjnnemj
설명 Clear and modern bookmarking tool.
파일 크기 265 KB
설치 횟수 269
현재 버전 2.0.0
최근 업데이트 2023-04-03
출시 날짜 2023-02-08
평점 4.80/5 총 10 개의 평점
개발자 dmitry.magalyas
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dd3v/favbox
도움말 페이지 URL https://github.com/dd3v/favbox
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FavBox",
    "description": "Clear and modern bookmarking tool.",
    "version": "2.0.0",
    "permissions": [
        "bookmarks",
        "activeTab",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "ext\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.js-loader-d0a5df21.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "ext\/browser\/index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.js-d7e7fa2c.js"
            ],
            "use_dynamic_url": true
        }
    ]
}