Searchable Bookmarks Manager

Easily search through your bookmarks, straight from your browser's address bar!

Searchable Bookmarks Manager란 무엇입니까?

Searchable Bookmarks Manager은(는) Jeremy Dubon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily search through your bookmarks, straight from your browser's address bar!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Searchable Bookmarks Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily manage your bookmarks right from Chrome's address bar!

Features: 
- Easy to use tree view! 
- Fast bookmarks search and filter feature!
- Color code your folders! 
- Open your bookmarks in a single tab group! 
- Open all bookmarks inside a folder with just one click!
- Dark mode and many other customization features! 

Your bookmarks will remain completely private. This extension does not collect any usage data. This collection does not store any usage data. This extension does not communicate with any third parties. This extension does not communicate with any external source.                    

확장 프로그램 기본 정보

이름 Searchable Bookmarks Manager Searchable Bookmarks Manager
ID gkmpffgkcfcacjgaaafchfnnjghddmff
공식 URL https://chromewebstore.google.com/detail/searchable-bookmarks-mana/gkmpffgkcfcacjgaaafchfnnjghddmff
설명 Easily search through your bookmarks, straight from your browser's address bar!
파일 크기 1.04 MB
설치 횟수 401
현재 버전 4.1.1
최근 업데이트 2023-01-22
출시 날짜 2016-07-11
평점 4.21/5 총 14 개의 평점
개발자 Jeremy Dubon
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/JJDubon/Searchable-Bookmarks-Manager-React
도움말 페이지 URL https://github.com/JJDubon/Searchable-Bookmarks-Manager-React/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Searchable Bookmarks Manager",
    "description": "Easily search through your bookmarks, straight from your browser's address bar!",
    "version": "4.1.1",
    "short_name": "SBM",
    "commands": {
        "_execute_browser_action": {
            "description": "Searchable Bookmarks Manager"
        }
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/icon-16-blue.png",
        "32": "\/images\/icon-32-blue.png",
        "48": "\/images\/icon-48-blue.png",
        "128": "\/images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "storage",
        "favicon",
        "tabGroups",
        "alarms"
    ]
}