Smart Bookmark Manager

A better look at your browsers Bookmarks with advance searching and the most useful filters

Smart Bookmark Manager란 무엇입니까?

Smart Bookmark Manager은(는) https://chromio.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A better look at your browsers Bookmarks with advance searching and the most useful filters"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Smart Bookmark Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Smart Bookmark Manager you can

- Short bookmarks by date and name
- Custom Bookmark search
- Arrange Bookmarks in Grid and list style
- Select multiple bookmarks with mouse cursor
- Open single or multi bookmarks in new tab, new windows or private window
- Import and export bookmarks
- edit, move, delete and copy bookmark’s URL

Upcoming features
- Display web shots in Grid style
- Display search suggestions

Please give suggestion in support so we improve this extension - Thanks                    

확장 프로그램 기본 정보

이름 Smart Bookmark Manager Smart Bookmark Manager
ID nfobeapoafofgmfaggcajmnfdjemfpno
공식 URL https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno
설명 A better look at your browsers Bookmarks with advance searching and the most useful filters
파일 크기 91.59 KB
설치 횟수 1,629
현재 버전 1.0.0
최근 업데이트 2019-11-24
출시 날짜 2019-11-19
평점 4.32/5 총 25 개의 평점
개발자 https://chromio.net
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon-popup.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}